Home
last modified time | relevance | path

Searched defs:get_doc (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dreport_html.py122 def get_doc(self, test_version): member in TemplateHtml
/external/python/cpython2/Objects/
Ddescrobject.c1332 PyObject *get_doc = PyObject_GetAttrString(get, "__doc__"); in property_init() local
/external/libxml2/python/
Dlibxml.py329 def get_doc(self): member in xmlCore
/external/python/cpython3/Objects/
Ddescrobject.c1493 PyObject *get_doc = _PyObject_GetAttrId(fget, &PyId___doc__); in property_init_impl() local
/external/pdfium/fxjs/
Dcjs_field.cpp1025 CJS_Return Field::get_doc(CJS_Runtime* pRuntime) { in get_doc() function in Field