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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParseTreeTransforms.py639 unop_method_nodes = { variable in class:InterpretCompilerDirectives
660 special_methods.update(unop_method_nodes.keys())
2647 if function in InterpretCompilerDirectives.unop_method_nodes:
2651 node = InterpretCompilerDirectives.unop_method_nodes[function](node.function.pos, operand=node.args[0])

Completed in 74 milliseconds