Searched refs:declare_module (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCythonScope.py110 self.declare_module('view', viewscope, None).as_module = viewscope
H A DNodes.py6793 module_scope.declare_module(name, submodule_scope, self.pos)
6796 env.declare_module(self.as_name, module_scope, self.pos)
6799 env.declare_module(top_name, top_module_scope, self.pos)
6802 env.declare_module(name, module_scope, self.pos)
6848 env.declare_module(as_name or name, submodule_scope, self.pos)
H A DSymtab.py1124 def declare_module(self, name, scope, pos): member in class:ModuleScope

Completed in 45 milliseconds