Searched refs:add_getset (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 1363 add_getset(PyTypeObject *type, PyGetSetDef *gsp) in add_getset() function 1500 if (-1 == add_getset(result, CharArray_getsets)) in PyCArrayType_new() 1504 if (-1 == add_getset(result, WCharArray_getsets)) in PyCArrayType_new()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 1426 add_getset(PyTypeObject *type, PyGetSetDef *gsp) in add_getset() function 1561 if (-1 == add_getset(result, CharArray_getsets)) in PyCArrayType_new() 1565 if (-1 == add_getset(result, WCharArray_getsets)) in PyCArrayType_new()
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 4840 add_getset(PyTypeObject *type, PyGetSetDef *gsp) in add_getset() function 5202 if (add_getset(type, type->tp_getset) < 0) in PyType_Ready()
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 3787 add_getset(PyTypeObject *type, PyGetSetDef *gsp) function 4212 if (add_getset(type, type->tp_getset) < 0)
|