gpt4 book ai didi

python - 列出标准的 Python 库模块和适当的子模块?

转载 作者:太空宇宙 更新时间:2023-11-04 06:26:12 24 4
gpt4 key购买 nike

有希望有一种简单的方法来列出 Python 标准库模块和类子模块吗?

我读了this问题,但它对我不起作用,不是因为它列出了所有可用模块(我知道可以调整以避免),但它不包括子模块。例如,它列出了模块 urllib 但没有子模块类:

urllib.ContentTooShortError      urllib.main                      urllib.splituser
urllib.FancyURLopener urllib.noheaders urllib.splitvalue
urllib.MAXFTPCACHE urllib.os urllib.ssl
urllib.URLopener urllib.pathname2url urllib.string
urllib.addbase urllib.proxy_bypass urllib.sys
urllib.addclosehook urllib.proxy_bypass_environment urllib.test
urllib.addinfo urllib.quote urllib.test1
urllib.addinfourl urllib.quote_plus urllib.thishost
urllib.always_safe urllib.reporthook urllib.time
urllib.basejoin urllib.socket urllib.toBytes
urllib.c urllib.splitattr urllib.unquote
urllib.ftpcache urllib.splithost urllib.unquote_plus
urllib.ftperrors urllib.splitnport urllib.unwrap
urllib.ftpwrapper urllib.splitpasswd urllib.url2pathname
urllib.getproxies urllib.splitport urllib.urlcleanup
urllib.getproxies_environment urllib.splitquery urllib.urlencode
urllib.i urllib.splittag urllib.urlopen
urllib.localhost urllib.splittype urllib.urlretrieve

还有其他办法吗?

最佳答案

要深入了解子模块,请使用 inspectpyclbr模块。这些与 pydoc、help 和 sphinx 使用的支持工具相同。

祝你的工具提示制作者好运。

关于python - 列出标准的 Python 库模块和适当的子模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7866538/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com