Searched refs:ModuleNode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestVisitor.py1 from Cython.Compiler.ModuleNode import ModuleNode namespace
19 return ModuleNode(node.pos, doc=None, body=node,
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DBuffer.py2 from Cython.Compiler.ModuleNode import ModuleNode namespace
32 assert isinstance(node, ModuleNode)
70 if isinstance(node, ModuleNode) and len(bufvars) > 0:
H A DPipeline.py151 from ModuleNode import check_c_declarations, check_c_declarations_pxd
H A DVisitor.py273 import ModuleNode namespace
274 if isinstance(node, ModuleNode.ModuleNode):
H A DMemoryView.py9 import ModuleNode namespace
948 ModuleNode.capsule_utility_code],
H A DParsing.py12 Builtin=object, ModuleNode=object, Utils=object,
24 from ModuleNode import ModuleNode namespace
3190 return ModuleNode(pos, doc = doc, body = body,
H A DModuleNode.py41 class ModuleNode(Nodes.Node, Nodes.BlockNode): class in inherits:Nodes.Node, Nodes.BlockNode
61 # right concept is to split ModuleNode into a ModuleNode and a
H A DNodes.py1936 # This code is duplicated in ModuleNode.generate_module_init_func
8188 import ModuleNode namespace
8193 ModuleNode.generate_cfunction_declaration(

Completed in 241 milliseconds