typing
¶
Tools for typing support helper.
copy_type
¶
Copy types for args, kwargs from parent class.
Source code in src/astx/tools/typing.py
30 31 32 33 34 |
|
skip_unused
¶
Referencing variables to pacify static analyzers.
Source code in src/astx/tools/typing.py
21 22 23 24 25 26 27 |
|