Home
last modified time | relevance | path

Searched refs:f_trace_lines (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_frame.h21 char f_trace_lines; /* Emit per-line trace events? */ member
/third_party/python/Objects/
H A Dframeobject.c19 {"f_trace_lines", T_BOOL, OFF(f_trace_lines), 0},
1030 f->f_trace_lines = 1; in _PyFrame_New_NoTrack()
/third_party/python/Lib/test/
H A Dtest_sys_settrace.py314 frame.f_trace_lines = self.trace_line_events
/third_party/python/Python/
H A Dceval.c6929 if (line != -1 && f->f_trace_lines) {

Completed in 16 milliseconds