GDB (xrefs)
|
Functions | |
_check_instance (value, typevar) | |
type_check (func) | |
|
protected |
Definition at line 25 of file typecheck.py.
References gdb.dap.typecheck._check_instance(), and all.
Referenced by gdb.dap.typecheck._check_instance(), and gdb.dap.typecheck.type_check().
gdb.dap.typecheck.type_check | ( | func | ) |
A decorator that checks FUNC's argument types at runtime.
Definition at line 53 of file typecheck.py.
References gdb.dap.typecheck._check_instance(), and func.