【Python】查看模塊及模塊包含的方法

1、dir:查看模板中的方法 import itertools print(dir(itertools)) 結果 [’_doc_’, ‘_loader_’, ‘_name_’, ‘_package_’, ‘_spec_’, ‘_grouper’, ‘_tee’, ‘_tee_dataobject’, ‘accumulate’, ‘chain’, ‘combinations’, ‘combinati
相關文章
相關標籤/搜索