Searched refs:father_class (Results 1 – 1 of 1) sorted by relevance
613 py::object father_class; in ParseSuper() local616 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()