Searched defs:FunctionDef (Results 1 – 9 of 9) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/ast_helpers/ |
| D | ast_modifier.py | 56 def erase_ast_from_function(ast_func: ast.FunctionDef, to_erase: ast.AST) -> bool: 150 …def insert_assign_to_function(ast_func: ast.FunctionDef, targets: [ScopedValue], expr: ScopedValue, 178 def insert_ast_to_function(ast_func: ast.FunctionDef, ast_node: ast.AST, 233 def append_arg_to_function(ast_func: ast.FunctionDef, ast_arg: ast.arg) -> ast.AST: 258 def append_global_vars_expr_to_init(init_func: ast.FunctionDef, targets: [ScopedValue],
|
| D | ast_flattener.py | 245 def visit_FunctionDef(self, node: ast.FunctionDef) -> Any: # pylint: disable=invalid-name
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/parsers/ |
| D | class_def_parser.py | 60 def _process_init_func_ast(init_ast: ast.FunctionDef, class_name_ori: str, class_name_opt: str, 100 def _modify_arguments_of_init_func(ast_init_fn: ast.FunctionDef, is_father_class: bool): 209 def _func_decorator_process(node: ast.FunctionDef):
|
| D | function_def_parser.py | 49 def process(self, stree: SymbolTree, ast_node: ast.FunctionDef, node_manager: NodeManager):
|
| D | assign_parser.py | 604 …t_callfunction_node(self, func_name: ScopedValue, node_name: str, ast_functiondef: ast.FunctionDef,
|
| /third_party/mindspore/mindspore-src/source/third_party/proto/tensorflow/ |
| D | function.proto | 27 message FunctionDef { message
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/node/ |
| D | call_function.py | 28 … kwargs: {str: ScopedValue}, node_name: str, ast_node: ast.AST, ast_functiondef: ast.FunctionDef,
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/symbol_tree/ |
| D | symbol_tree.py | 215 def visit_FunctionDef(self, node: ast.FunctionDef) -> Any: 524 def set_ast_root(self, ast_node: ast.FunctionDef): 562 def set_init_func_ast(self, ast_node: ast.FunctionDef): 1804 def suffix_names_in_ast(ast_node: Union[ast.ClassDef, ast.FunctionDef]):
|
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 195 } FunctionDef; member
|