如何遍历唯一模块的功能?

时间:2017-07-25 11:38:58

标签: python python-2.7

我有一个代码module.py:

import module
for name in cases.__dict__.iteritems():
    print name

<round-progress [current]="current" [max]="3600" [stroke]="6" [radius]="100" [rounded]="false" [responsive]="false" [color]="color" [background]="background" [duration]="800" [animation]="animation"></round-progress>

它还会打印module1的功能。

我需要func1,func2,...

如何在模块中获取导入模块的所有功能或迭代模块的功能(不导入)?

0 个答案:

没有答案