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

  /external/python/cpython3/Objects/
descrobject.c 96 PyDescr_TYPE(descr)->tp_name);
105 PyDescr_TYPE(descr)->tp_name,
109 if (!PyType_IsSubtype((PyTypeObject *)type, PyDescr_TYPE(descr))) {
114 PyDescr_TYPE(descr)->tp_name,
153 PyDescr_TYPE(descr)->tp_name);
208 PyDescr_TYPE(descr)->tp_name);
226 PyDescr_TYPE(descr)->tp_name);
231 (PyObject *)PyDescr_TYPE(descr))) {
237 PyDescr_TYPE(descr)->tp_name,
266 PyDescr_TYPE(descr)->tp_name)
    [all...]
typeobject.c     [all...]
  /external/python/cpython3/Include/
descrobject.h 50 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 216 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 938 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
    [all...]

Completed in 601 milliseconds