Home
last modified time | relevance | path

Searched refs:ht_module (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h291 PyObject *ht_module; member
/third_party/python/Objects/
Dtypeobject.c2772 et->ht_module = NULL; in type_new_alloc()
3439 res->ht_module = module; in PyType_FromModuleAndSpec()
3668 if (!et->ht_module) { in PyType_GetModule()
3675 return et->ht_module; in PyType_GetModule()
3720 PyObject *module = ht->ht_module; in _PyType_GetModuleByDef()
4063 Py_XDECREF(et->ht_module); in type_dealloc()
4251 Py_VISIT(((PyHeapTypeObject *)type)->ht_module); in type_traverse()
4307 Py_CLEAR(((PyHeapTypeObject *)type)->ht_module); in type_clear()