Home
last modified time | relevance | path

Searched refs:PyMemberDescr_Type (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/
H A Ddescrobject.h21 PyAPI_DATA(PyTypeObject) PyMemberDescr_Type;
/third_party/python/PC/
H A Dpython3dll.c849 EXPORT_DATA(PyMemberDescr_Type)
/third_party/python/Objects/
H A Ddescrobject.c787 PyTypeObject PyMemberDescr_Type = { variable
983 descr = (PyMemberDescrObject *)descr_new(&PyMemberDescr_Type, in PyDescr_NewMember()
H A Dobject.c1910 &PyMemberDescr_Type,
/third_party/python/Python/
H A Dspecialize.c572 if (desc_cls == &PyMemberDescr_Type) { in analyze_descriptor()

Completed in 10 milliseconds