Searched defs:_frame (Results 1 – 7 of 7) sorted by relevance
17 typedef struct _frame { struct19 struct _frame *f_back; /* previous frame, or NULL */ argument20 PyCodeObject *f_code; /* code segment */21 PyObject *f_builtins; /* builtin symbol table (PyDictObject) */22 PyObject *f_globals; /* global symbol table (PyDictObject) */23 PyObject *f_locals; /* local symbol table (any mapping) */24 PyObject **f_valuestack; /* points after the last local */28 PyObject **f_stacktop;29 PyObject *f_trace; /* Trace function */30 char f_trace_lines; /* Emit per-line trace events? */[all …]
16 typedef struct _frame { struct18 struct _frame *f_back; /* previous frame, or NULL */ argument19 PyCodeObject *f_code; /* code segment */20 PyObject *f_builtins; /* builtin symbol table (PyDictObject) */21 PyObject *f_globals; /* global symbol table (PyDictObject) */22 PyObject *f_locals; /* local symbol table (any mapping) */23 PyObject **f_valuestack; /* points after the last local */27 PyObject **f_stacktop;28 PyObject *f_trace; /* Trace function */37 PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;[all …]
151 Geometry _frame; variable
115 def _quit_on_signal(signum, _frame): argument
30 NSRect _frame; field
90 def _handle_signal(self, _signum, _frame): argument
109 def _quit_on_signal(signum, _frame): argument