Searched refs:kw_value (Results 1 – 1 of 1) sorted by relevance
736 auto kw_value = python_adapter::GetPyObjAttr(keywords[index], "value"); in ParseKeywordsInCall() local738 packed_arguments->push_back(ParseExprNode(block, kw_value)); in ParseKeywordsInCall()742 auto ret_node = ParseExprNode(block, kw_value); in ParseKeywordsInCall()743 ret_node = HandleInterpret(block, ret_node, kw_value); in ParseKeywordsInCall()