Links:
Examples:
Modules:
get_line_src()
Profiling:
Versions:
Gets the current line in the python source.
Number of stack/frames to go back.
The current line in the python source.
>>> get_line_src() 'get_line_src()' >>> "funky"+get_line_src() 'funky"funky"+get_line_src()'