Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Ddictobject.h47 PyDictKeysObject *_PyDict_NewKeysForClass(void);
/external/python/cpython3/Objects/
Dtypeobject.c2844 et->ht_cached_keys = _PyDict_NewKeysForClass(); in type_new()
3055 res->ht_cached_keys = _PyDict_NewKeysForClass(); in PyType_FromModuleAndSpec()
Ddictobject.c4754 _PyDict_NewKeysForClass(void) in _PyDict_NewKeysForClass() function