|
Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
| str Cope.debugging.get_varname | ( | var, | |
| bool | full = True, |
||
| int | calls = 1, |
||
| inspect.FrameInfo | metadata = None |
||
| ) |
Gets the variable name given to var
Definition at line 152 of file debugging.py.