Searched refs:ParseKeywordsInCall (Results 1 – 2 of 2) sorted by relevance
236 bool ParseKeywordsInCall(const FunctionBlockPtr &block, const py::object &node,
657 bool need_unpack_keywords = ParseKeywordsInCall(block, node, &packed_arguments); in ParseCall()724 bool Parser::ParseKeywordsInCall(const FunctionBlockPtr &block, const py::object &node, in ParseKeywordsInCall() function in mindspore::parse::Parser