Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Ddescrobject.c1797 PyObject *get_doc; in property_init_impl() local
1798 int rc = _PyObject_LookupAttr(fget, &_Py_ID(__doc__), &get_doc); in property_init_impl()
1803 Py_XSETREF(self->prop_doc, get_doc); in property_init_impl()
1811 (PyObject *)self, &_Py_ID(__doc__), get_doc); in property_init_impl()
1812 Py_DECREF(get_doc); in property_init_impl()

Completed in 3 milliseconds