Home
last modified time | relevance | path

Searched defs:lnotab (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/
Dcodeobject.c122 PyObject *lnotab) in PyCode_NewWithPosOnlyArgs()
272 PyObject *lnotab) in PyCode_New()
463 PyObject *lnotab; in code_new() local
/third_party/python/Python/
Dpeephole.c237 unsigned char *lnotab; in PyCode_Optimize() local
Dmarshal.c1315 PyObject *lnotab = NULL; in r_object() local
Dcompile.c5604 unsigned char *lnotab; in assemble_lnotab() local
/third_party/python/Lib/
Dtrace.py296 def write_results_file(self, path, lines, lnotab, lines_hit, encoding=None): argument