Home
last modified time | relevance | path

Searched defs:co_firstlineno (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h43 int co_firstlineno = self->co_firstlineno; in code_replace() local
/external/python/cpython2/Include/
Dcode.h25 int co_firstlineno; /* first source line number */ member
/external/python/cpython3/Include/cpython/
Dcode.h26 int co_firstlineno; /* first source line number */ member
/external/python/cpython3/Objects/
Dcodeobject.c641 int co_firstlineno, PyBytesObject *co_code, in code_replace_impl()