Home
last modified time | relevance | path

Searched refs:ht_qualname (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h253 PyObject *ht_name, *ht_slots, *ht_qualname; member
/third_party/python/Objects/
H A Dtypeobject.c482 Py_INCREF(et->ht_qualname); in type_qualname()
483 return et->ht_qualname; in type_qualname()
537 Py_SETREF(et->ht_qualname, value); in type_set_qualname()
2840 /* Set ht_qualname to dict['__qualname__'] if available, else to
2841 __name__. The __qualname__ accessor will look for ht_qualname. */
2855 et->ht_qualname = Py_NewRef(qualname); in type_new_set_ht_name()
2864 et->ht_qualname = Py_NewRef(et->ht_name); in type_new_set_ht_name()
3445 res->ht_qualname = Py_NewRef(res->ht_name); in PyType_FromModuleAndSpec()
4116 Py_XDECREF(et->ht_qualname); in type_dealloc()
/third_party/python/Modules/
H A D_testcapimodule.c1277 assert(strcmp(PyUnicode_AsUTF8(class_ht->ht_qualname), "_Test") == 0); in test_type_from_ephemeral_spec()

Completed in 23 milliseconds