@@ -150,6 +150,12 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
150
150
| | f_locals | local namespace seen by |
151
151
| | | this frame |
152
152
+-----------------+-------------------+---------------------------+
153
+ | | f_generator | returns the generator or |
154
+ | | | coroutine object that |
155
+ | | | owns this frame, or |
156
+ | | | ``None `` if the frame is |
157
+ | | | of a regular function |
158
+ +-----------------+-------------------+---------------------------+
153
159
| | f_trace | tracing function for this |
154
160
| | | frame, or ``None `` |
155
161
+-----------------+-------------------+---------------------------+
@@ -162,12 +168,6 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
162
168
| | | per-opcode events are |
163
169
| | | requested |
164
170
+-----------------+-------------------+---------------------------+
165
- | | f_generator | returns the generator or |
166
- | | | coroutine object that |
167
- | | | owns this frame, or |
168
- | | | ``None `` if the frame is |
169
- | | | of a regular function |
170
- +-----------------+-------------------+---------------------------+
171
171
| | clear() | used to clear all |
172
172
| | | references to local |
173
173
| | | variables |
0 commit comments