Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtrace.py297 def write_results_file(self, path, lines, lnotab, lines_hit, encoding=None): argument
/third_party/python/Objects/
Dcodeobject.c1063 unsigned char *lnotab = (unsigned char *) PyBytes_AS_STRING(*bytes); in emit_pair() local