One for all,all for one.
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
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言