Title: Python 模块完全限定名,模块缓存介绍 - Python 指南 | 学
Description: Python 模块的完全限定名,可以让模块被导入系统正确的搜索到,因此,完全限定名一般需要根据模块搜索路径来确定。Python 的模块缓存包含了已经载入的模块或包,他们存储在 sys 模块的 modules 变量中,该变量是一个字典,字典中的键对应了模块的完全限定名,字典中的值对应了表示模块的 ModuleType 对象。
Mail addresses
codebeatme@outlook.com
Domain: learnscript.net
{"@context":"https://schema.org","@type":"BreadcrumbList","itemlistelement":[{"@type":"ListItem","item":"https://learnscript.net/zh/python-reference/","name":"python-reference","position":1},{"@type":"ListItem","name":"modules","position":2}]}
| author | 我被代码海扁 |
| color-scheme | light dark |
| applicable-device | pc,mobile |
Links:
Viewport: width=device-width,initial-scale=1
Robots: index,follow