HomeSort by relevance Sort by last modified time
    Searched refs:f_trace_lines (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Include/
frameobject.h 30 char f_trace_lines; /* Emit per-line trace events? */ member in struct:_frame
  /external/python/cpython3/Objects/
frameobject.c 19 {"f_trace_lines", T_BOOL, OFF(f_trace_lines), 0},
777 f->f_trace_lines = 1;
    [all...]
  /external/python/cpython3/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython3/Lib/test/
test_sys_settrace.py 277 frame.f_trace_lines = self.trace_line_events
    [all...]
  /external/python/cpython3/Python/
ceval.c     [all...]

Completed in 9122 milliseconds