18 lines
537 B
ReStructuredText
18 lines
537 B
ReStructuredText
=============================
|
|
第十章:模块与包
|
|
=============================
|
|
|
|
Modules and packages are the core of any large project, and the Python installation
|
|
itself. This chapter focuses on common programming techniques involving modules
|
|
and packages, such as how to organize packages, splitting large modules into multiple
|
|
files, and creating namespace packages. Recipes that allow you to customize the operation
|
|
of the import statement itself are also given.
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
../c10/*
|