Searched defs:is_module_scope (Results 1 – 3 of 3) sorted by relevance
266 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; } in is_module_scope() function
290 is_module_scope = 0 variable in Scope992 is_module_scope = 1 variable in ModuleScope
2238 def call_self_node(self, omit_optional_args=0, is_module_scope=0): argument