typing
¶
Tools for typing support helper.
copy_type
¶
Copy types for args, kwargs from parent class.
Source code in src/astx/tools/typing.py
19 20 21 22 23 |
|
skip_unused
¶
Referencing variables to pacify static analyzers.
Source code in src/astx/tools/typing.py
10 11 12 13 14 15 16 |
|