inspect模塊使用

inspect模塊主要用於文件中類型判斷等信息提取。更詳細文檔後續更新。 參見python標準使用指南 https://docs.python.org/2/library/inspect.html#inspect.cleandochtml import inspect import os class Test(object): """Test Class """ def test(self):
相關文章
相關標籤/搜索