tips mainly for Houdini

Print source code of a function


When we want to see source code of the function called "func" in "foo" library.


import inspect
import foo

print inspect.getsource(foo.func)

タグ

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

Wiki内検索

管理人/副管理人のみ編集できます