Searched defs:get_doc (Results 1 – 5 of 5) sorted by relevance
122 def get_doc(self, test_version): member in TemplateHtml
1332 PyObject *get_doc = PyObject_GetAttrString(get, "__doc__"); in property_init() local
329 def get_doc(self): member in xmlCore
1493 PyObject *get_doc = _PyObject_GetAttrId(fget, &PyId___doc__); in property_init_impl() local
1025 CJS_Return Field::get_doc(CJS_Runtime* pRuntime) { in get_doc() function in Field