Searched defs:get_doc (Results 1 – 6 of 6) sorted by relevance
20 macro_rules! get_doc { macro
244 def get_doc(modules, abi, is_public): function
1332 PyObject *get_doc = PyObject_GetAttrString(get, "__doc__"); in property_init() local
329 def get_doc(self): member in xmlCore
1703 PyObject *get_doc; in property_init_impl() local
1185 CJS_Result CJS_Field::get_doc(CJS_Runtime* pRuntime) { in get_doc() function in CJS_Field