import mathprint dir(math)
你也可以查看math模块的源代码,里面的函数、变量什么的都能看到
import numpyhelp(numpy)
>>>import sys>>>dir(sys)