Home | History | Annotate | Download | only in python2.7

Lines Matching refs:co_firstlineno

217         co_firstlineno  number of first line in Python source code
575 if not hasattr(object, 'co_firstlineno'):
577 lnum = object.co_firstlineno - 1