GDB (xrefs)
Loading...
Searching...
No Matches
Functions
gdb.dap.typecheck Namespace Reference

Functions

 _check_instance (value, typevar)
 
 type_check (func)
 

Function Documentation

◆ _check_instance()

gdb.dap.typecheck._check_instance ( value,
typevar )
protected

◆ 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.