--- title: Package 包 --- !!! info 一种可包含子模块或递归地包含子包的 Python [module]。 从技术上说,包是具有 __path__ 属性的 Python 模块。 另参见 [regular package] 和 [namespace package]。 [module]: ../Module [regular package]: https://docs.python.org/zh-cn/3/glossary.html#term-regular-package [namespace package]: https://docs.python.org/zh-cn/3/glossary.html#term-namespace-package