摘要: python中查看module和function的方法 1. 使用帮助函数——help(): 1.1 查看普通模块:首先,import module_name,然后,help(module_name) 1.2 查看模块中的函数:首先,import module_name,然后,dir(module_ 阅读全文
posted @ 2019-01-11 19:47 David-lcw 阅读(4648) 评论(0) 推荐(0)
My Google PageRank