Searched refs:_PyDict_NewKeysForClass (Results 1 – 3 of 3) sorted by relevance
47 PyDictKeysObject *_PyDict_NewKeysForClass(void);
2844 et->ht_cached_keys = _PyDict_NewKeysForClass(); in type_new()3055 res->ht_cached_keys = _PyDict_NewKeysForClass(); in PyType_FromModuleAndSpec()
4754 _PyDict_NewKeysForClass(void) in _PyDict_NewKeysForClass() function