Home
last modified time | relevance | path

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

/third_party/libxml2/python/
Dlibxml.py329 def get_doc(self): member in xmlCore
399 doc = property(get_doc, None, None, "The document this node belongs to")
433 self.get_doc()._o,
447 self.get_doc()._o,
/third_party/python/Objects/
Ddescrobject.c1749 PyObject *get_doc; in property_init_impl() local
1750 int rc = _PyObject_LookupAttrId(fget, &PyId___doc__, &get_doc); in property_init_impl()
1755 Py_XSETREF(self->prop_doc, get_doc); in property_init_impl()
1762 int err = _PyObject_SetAttrId((PyObject *)self, &PyId___doc__, get_doc); in property_init_impl()
1763 Py_DECREF(get_doc); in property_init_impl()