| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
This section gives an overview of CPython's code structure and provides a summary of file locations for modules and built-ins.
For a Python module, the typical layout is:
For an extension module, the typical layout is:
For builtin types, the typical layout is:
For builtin functions, the typical layout is:
Some exceptions to these layouts are:
| Back | FazBrowse Home | New Git URL |