Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dstructseq.c19 static const char match_args_key[] = "__match_args__"; variable
428 if (PyDict_SetItemString(dict, match_args_key, keys) < 0) { in initialize_structseq_dict()