Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddictobject.h98 PyDictKeysObject *_PyDict_NewKeysForClass(void);
/external/python/cpython3/Objects/
Dtypeobject.c2815 et->ht_cached_keys = _PyDict_NewKeysForClass(); in type_new()
2959 res->ht_cached_keys = _PyDict_NewKeysForClass(); in PyType_FromSpecWithBases()
Ddictobject.c4267 _PyDict_NewKeysForClass(void) in _PyDict_NewKeysForClass() function