Home
last modified time | relevance | path

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

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