Searched defs:def_node (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py4762 func_type= self.function.def_node
4773 func_type = self.function.def_node
4828 func_type = self.function.def_node
4838 self.function.def_node.entry.pyfunc_cname,
7333 # def_node DefNode the Python function node
7343 def_node = None variable in class:PyCFunctionNode
7360 def_node=node,
7380 for arg in self.def_node.args:
7399 if self.def_node.return_type_annotation:
7400 annotations.append((self.def_node
[all...]

Completed in 109 milliseconds