2013年8月13日 星期二

python get function parameter


>>> help('func')
寫在函式裏的註解說明會被顯示出來

>>> inspect.getargspec(func)
Get the names and default values of a Python function’s arguments.





Reference :
27.13. inspect — Inspect live objects — Python v2.7.5 documentation
How can I find the number of arguments of a Python function? - Stack Overflow

沒有留言:

張貼留言