Searched refs:is_py_class_scope (Results 1 – 4 of 4) sorted by relevance
1627 while genv.is_py_class_scope or genv.is_c_class_scope:1639 if env.is_py_class_scope:2301 while cscope.is_py_class_scope or cscope.is_c_class_scope:2576 if lenv.is_py_class_scope or lenv.is_module_scope:2577 if lenv.is_py_class_scope:2626 if class_scope.is_py_class_scope:
284 is_py_class_scope = 0 variable in Scope1708 is_py_class_scope = 1 variable in PyClassScope
1547 while genv.is_py_class_scope or genv.is_c_class_scope:1630 while cenv.is_py_class_scope or cenv.is_c_class_scope:2588 if self.name == '__new__' and env.is_py_class_scope:2844 return env.is_py_class_scope or env.is_closure_scope4105 while genv.is_py_class_scope or genv.is_c_class_scope:
8004 if env.is_py_class_scope: