Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h179 int co_firstlineno = self->co_firstlineno; in code_replace() local
/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.h87 int co_firstlineno = 0; member
Dpython_hooks.cc44 int co_firstlineno) { in GetEventName()
/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.c726 int co_firstlineno, PyBytesObject *co_code, in code_replace_impl()