HomeSort by relevance Sort by last modified time
    Searched refs:ht_qualname (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
object.h 474 PyObject *ht_name, *ht_slots, *ht_qualname; member in struct:_heaptypeobject
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 395 Py_INCREF(et->ht_qualname);
396 return et->ht_qualname;
450 Py_SETREF(et->ht_qualname, value);
    [all...]

Completed in 117 milliseconds