Searched refs:keys_tuple (Results 1 – 3 of 3) sorted by relevance
23 auto keys_tuple = hana::make_tuple(keys...); in main() local24 auto possible_arrangements = hana::permutations(keys_tuple); in main()
747 auto keys_tuple = GenerateMakeTuple(block, keys); in ParseKeywordsInCall() local752 make_dict_nodes.push_back(keys_tuple); in ParseKeywordsInCall()1056 auto keys_tuple = GenerateMakeTuple(block, key_nodes); in ParseDictByKeysAndValues() local1060 return block->func_graph()->NewCNodeInOrder({make_dict_op, keys_tuple, values_tuple}); in ParseDictByKeysAndValues()
2124 PyObject *keys_tuple = PyList_AsTuple(keys); in compiler_visit_kwonlydefaults() local2126 ADDOP_LOAD_CONST_NEW(c, keys_tuple); in compiler_visit_kwonlydefaults()