Searched refs:property_copy (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | descrobject.c | 1500 static PyObject * property_copy(PyObject *, PyObject *, PyObject *, 1518 return property_copy(self, getter, NULL, NULL); in property_getter() 1528 return property_copy(self, NULL, setter, NULL); in property_setter() 1538 return property_copy(self, NULL, NULL, deleter); in property_deleter() 1645 property_copy(PyObject *old, PyObject *get, PyObject *set, PyObject *del) in property_copy() function
|