Skip to main content

core

PackageSource

The core functionalities used to analyze the Python codes and docstrings.

Modules

Member
Description
inspectorsThe functionalities related to inspecting and analyzing objects.
analyzerThe functionalities related to Markdown text analysis.
attreeBuild an attribute tree that reconstructs the structure of a package.
textsThe MDX rendering of documentation units.
functionsThe documentation extraction of functions and methods.
opsThe documentation extraction of class operators.
classesThe documentation extraction of class objects.
dataclsThe documentation extraction of data class objects and PyDantic models.
enumsThe documentation extraction of enum class objects.
typeddictsThe documentation extraction of typed dictionaries.
protocolsThe documentation extraction of protocol classes.
typealiasesThe documentation extraction of type aliases.
modulesThe documentation extraction of modules and packages.
walkerThe inspector and analyzer that walks through and processes the nested package and module members.

Aliases

Member
Description
PackageWalkerThe package iterative walker.