Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Ddictobject.h43 PyDictKeysObject *_PyDict_NewKeysForClass(void);
/third_party/python/Objects/
Dtypeobject.c3195 et->ht_cached_keys = _PyDict_NewKeysForClass(); in type_new_impl()
3563 res->ht_cached_keys = _PyDict_NewKeysForClass(); in PyType_FromModuleAndSpec()
Ddictobject.c4975 _PyDict_NewKeysForClass(void) in _PyDict_NewKeysForClass() function