Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobject.h292 PyObject *ht_module; member
/external/python/cpython3/Objects/
Dtypeobject.c2678 et->ht_module = NULL; in type_new()
2943 res->ht_module = module; in PyType_FromModuleAndSpec()
3134 if (!et->ht_module) { in PyType_GetModule()
3141 return et->ht_module; in PyType_GetModule()
3485 Py_XDECREF(et->ht_module); in type_dealloc()
3675 Py_VISIT(((PyHeapTypeObject *)type)->ht_module); in type_traverse()
3731 Py_CLEAR(((PyHeapTypeObject *)type)->ht_module); in type_clear()