Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Ddescrobject.c1514 static PyObject * property_copy(PyObject *, PyObject *, PyObject *,
1532 return property_copy(self, getter, NULL, NULL); in property_getter()
1542 return property_copy(self, NULL, setter, NULL); in property_setter()
1552 return property_copy(self, NULL, NULL, deleter); in property_deleter()
1693 property_copy(PyObject *old, PyObject *get, PyObject *set, PyObject *del) in property_copy() function

Completed in 3 milliseconds