Searched refs:cython_scope (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DUtilityCode.py10 self.cython_scope = None
85 def get_tree(self, entries_only=False, cython_scope=None):
95 context.cython_scope = cython_scope
141 def declare_in_scope(self, dest_scope, used=False, cython_scope=None,
148 tree = self.get_tree(entries_only=True, cython_scope=cython_scope)
H A DCythonScope.py102 self, cython_scope=self)
104 self, cython_scope=self)
115 viewscope, cython_scope=self)
118 self.viewscope, cython_scope=self,
H A DMemoryView.py625 cythonscope = env.global_scope().context.cython_scope
848 viewscope = env.global_scope().context.cython_scope.viewscope
898 cython_scope = env.global_scope().context.cython_scope
899 cython_scope.load_cythonscope()
900 cython_scope.viewscope.lookup('array_cwrapper').used = True
H A DMain.py53 cython_scope = None variable in class:Context
57 # cython_scope is a hack, set to False by subclasses, in order to break
63 self.cython_scope = CythonScope.create_cython_scope(self)
64 self.modules["cython"] = self.cython_scope
H A DPipeline.py84 use_utility_code_definitions(context.cython_scope, module_node.scope)
H A DBuffer.py577 cython_scope = env.context.cython_scope
593 if scope is cython_scope and not e.used:
H A DOptimize.py2368 cython_scope = self.context.cython_scope
2370 cython_scope.lookup('PyTypeObject').type)
3676 cython_scope = self.context.cython_scope
3677 node.function.entry = cython_scope.lookup('PyObject_TypeCheck')
3679 PyTypeObjectPtr = PyrexTypes.CPtrType(cython_scope.lookup('PyTypeObject').type)
H A DParseTreeTransforms.py2532 elif self.context.cython_scope.lookup_qualified_name(attribute):
2689 elif self.context.cython_scope.lookup_qualified_name(function):
H A DExprNodes.py8640 return env.global_scope().context.cython_scope.viewscope.lookup("array").type

Completed in 313 milliseconds