Searched refs:_PyDict_NewKeysForClass (Results 1 – 3 of 3) sorted by relevance
43 PyDictKeysObject *_PyDict_NewKeysForClass(void);
3195 et->ht_cached_keys = _PyDict_NewKeysForClass(); in type_new_impl()3563 res->ht_cached_keys = _PyDict_NewKeysForClass(); in PyType_FromModuleAndSpec()
4975 _PyDict_NewKeysForClass(void) in _PyDict_NewKeysForClass() function