Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
inspect.FrameInfo Cope.debugging.get_metadata | ( | int | calls = 1 | ) |
Gets the meta data of the line you're calling this function from.
calls
is for how many function calls to look back from. Returns None if that number of calls is invalid
Definition at line 40 of file debugging.py.