core
PackageSource
The core functionalities used to analyze the Python codes and docstrings.
Modules
| Member | |
|---|---|
| inspectors | The functionalities related to inspecting and analyzing objects. |
| analyzer | The functionalities related to Markdown text analysis. |
| attree | Build an attribute tree that reconstructs the structure of a package. |
| texts | The MDX rendering of documentation units. |
| functions | The documentation extraction of functions and methods. |
| ops | The documentation extraction of class operators. |
| classes | The documentation extraction of class objects. |
| datacls | The documentation extraction of data class objects and PyDantic models. |
| enums | The documentation extraction of enum class objects. |
| typeddicts | The documentation extraction of typed dictionaries. |
| protocols | The documentation extraction of protocol classes. |
| typealiases | The documentation extraction of type aliases. |
| modules | The documentation extraction of modules and packages. |
| walker | The inspector and analyzer that walks through and processes the nested package and module members. |
Aliases
| Member | |
|---|---|
| PackageWalker | The package iterative walker. |