Home | History | Annotate | Download | only in Compiler

Lines Matching refs:func_node

1283     def visit_DefNode(self, func_node):
1285 func_node = self.visit_FuncDefNode(func_node)
1286 if scope_type != 'cclass' or not func_node.decorators:
1287 return func_node
1288 return self.handle_decorators(func_node, func_node.decorators,
1289 func_node.name)