class Frame:
Method | __init__ |
Undocumented |
Method | copy |
Create a copy of the current one. |
Method | inner |
Return an inner frame. |
Method | soft |
Return a soft frame. A soft frame may not be modified as standalone thing as it shares the resources with the frame it was created of, but it's not a rootlevel frame any longer. |
Instance Variable | block |
Undocumented |
Instance Variable | block_frame |
Undocumented |
Instance Variable | buffer |
Undocumented |
Instance Variable | eval_ctx |
Undocumented |
Instance Variable | loop_frame |
Undocumented |
Instance Variable | parent |
Undocumented |
Instance Variable | require_output_check |
Undocumented |
Instance Variable | rootlevel |
Undocumented |
Instance Variable | soft_frame |
Undocumented |
Instance Variable | symbols |
Undocumented |
Instance Variable | toplevel |
Undocumented |
Undocumented
Parameters | |
eval_ctx:EvalContext | Undocumented |
parent:t.Optional[ | Undocumented |
level:t.Optional[ | Undocumented |
Parameters | |
isolated:bool | Undocumented |
Returns | |
Frame | Undocumented |
Return a soft frame. A soft frame may not be modified as standalone thing as it shares the resources with the frame it was created of, but it's not a rootlevel frame any longer.
This is only used to implement if-statements and conditional expressions.
Returns | |
Frame | Undocumented |