Searched refs:_PyDict_NewKeysForClass (Results 1 – 3 of 3) sorted by relevance
98 PyDictKeysObject *_PyDict_NewKeysForClass(void);
2815 et->ht_cached_keys = _PyDict_NewKeysForClass(); in type_new()2959 res->ht_cached_keys = _PyDict_NewKeysForClass(); in PyType_FromSpecWithBases()
4267 _PyDict_NewKeysForClass(void) in _PyDict_NewKeysForClass() function