Home
last modified time | relevance | path

Searched refs:PyDescr_NAME (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Ddescrobject.h51 #define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name) macro
/third_party/python/Objects/
Ddescrobject.c612 PyDescr_TYPE(descr), PyDescr_NAME(descr)); in descr_reduce()
1325 wp->self, PyDescr_NAME(wp->descr)); in wrapper_reduce()
Dtypeobject.c5587 name = PyDescr_NAME(descr); in type_add_method()
5647 if (PyDict_SetDefault(dict, PyDescr_NAME(descr), descr) == NULL) { in type_add_members()
5672 if (PyDict_SetDefault(dict, PyDescr_NAME(descr), descr) == NULL) { in type_add_getset()
/third_party/python/Modules/
Dpyexpat.c1612 if (PyDict_SetDefault(state->xml_parse_type->tp_dict, PyDescr_NAME(descr), descr) == NULL) { in init_handler_descrs()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c958 #define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name) macro
/third_party/python/Misc/
DHISTORY13103 PEP 3123). The PyDescr_TYPE and PyDescr_NAME macros should be used for