module documentation
Astroid hooks for the Python standard library.
| Function | infer |
Specific inference function for enum Call node. |
| Function | infer |
Specific inference for enums. |
| Function | infer |
Specific inference function for namedtuple or Python 3 enum. |
| Function | infer |
Specific inference function for namedtuple Call node |
| Function | infer |
Infer a typing.NamedTuple(...) call. |
| Function | infer |
Infer a subclass of typing.NamedTuple |
| Function | infer |
Starting with python3.9, NamedTuple is a function of the typing module. The class NamedTuple is build dynamically through a call to type during initialization of the _NamedTuple variable. |
| Constant | ENUM |
Undocumented |
| Constant | INT |
Undocumented |
| Constant | TYPING |
Undocumented |
| Function | _check |
Undocumented |
| Function | _find |
Undocumented |
| Function | _get |
Undocumented |
| Function | _has |
Predicate for class inference tip |
| Function | _infer |
Undocumented |
| Function | _is |
Return whether cls is a subclass of an Enum. |
| Function | _looks |
Undocumented |
| Variable | _looks |
Undocumented |
| Variable | _looks |
Undocumented |
| Variable | _looks |
Undocumented |
Starting with python3.9, NamedTuple is a function of the typing module.
The class NamedTuple is build dynamically through a call to type during
initialization of the _NamedTuple variable.
Undocumented
| Value |
|