typealiases
ModuleSource
The documentation extraction of type aliases.
Classes
| Member | |
|---|---|
| DocTypeAlias | The docstring of a typed alias. |
Functions
| Member | |
|---|---|
| is_generic_type_alias_call | Check whether an ast.Node is specified by a function call of TypeVar and ParamSpec. |
| is_runtime_root | Check whether an ast.Node is specified by a known run-time root. |
| is_possibly_type_expression | A heuristic checker for detecting the possible type expression. |
| parse_type_aliases_doc | Parse the docstring of all type aliases defined in a module. |