typecheck
¶
Functions:
-
copy_type– -
skip_unused–
copy_type
¶
copy_type(f: _T" backlink-type="used-by" backlink-anchor="irx.typecheck.copy_type" optional hover>_T) -> Callable[[Any], _T]
Source code in src/irx/typecheck.py
49 50 51 52 53 54 55 56 57 58 59 60 61 | |
skip_unused
¶
Source code in src/irx/typecheck.py
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | |