class Scope: (source)
Method | __init__ |
Undocumented |
Method | class_scope |
Undocumented |
Method | current_full_target |
Return the current target (may be a class). |
Method | current_function_name |
Return the current function's short name if it exists |
Method | current_module_id |
Undocumented |
Method | current_target |
Return the current target (non-class; for a class return enclosing module). |
Method | current_type_name |
Return the current type's short name if it exists |
Method | enter_class |
Enter a class target scope. |
Method | function_scope |
Undocumented |
Method | leave_class |
Leave a class target scope. |
Method | module_scope |
Undocumented |
Method | save |
Produce a saved scope that can be entered with saved_scope() |
Method | saved_scope |
Undocumented |
Instance Variable | classes |
Undocumented |
Instance Variable | function |
Undocumented |
Instance Variable | ignored |
Undocumented |
Instance Variable | module |
Undocumented |