Home
last modified time | relevance | path

Searched defs:linestarts (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Ddis.py312 cells=None, linestarts=None, line_offset=0): argument
384 constants=None, cells=None, linestarts=None, argument
/external/python/cpython3/Objects/
Dframeobject.c243 int *linestarts = PyMem_New(int, len); in marklines() local