Searched defs:dict (Results 1 – 2 of 2) sorted by relevance
126 def dict_lookup_any_key(dictionary: dict, *keys: List[Any]):
215 PyObject *bases, *dict; in New() local