Home
last modified time | relevance | path

Searched refs:father_class (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc613 py::object father_class; in ParseSuper() local
616 father_class = py::none(); in ParseSuper()
618 father_class = args[0]; in ParseSuper()
627 …_class_instance = ast_->CallParserObjMethod(PYTHON_PARSE_ANALYZE_SUPER, father_class, ast_->obj()); in ParseSuper()