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):
相关文章
相关标签/搜索