Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_pydoc.py265 def get_pydoc_text(module): function
335 result, doc_loc = get_pydoc_text(pydoc_mod)
350 result, doc_loc = get_pydoc_text(xml.etree)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_pydoc.py338 def get_pydoc_text(module): function
426 result, doc_loc = get_pydoc_text(pydoc_mod)
450 result, doc_loc = get_pydoc_text(xml.etree)
646 unused, doc_loc = get_pydoc_text(pydoc_mod)
858 future_text, _ = get_pydoc_text(__future__)
860 pydoc_mod_text, _ = get_pydoc_text(pydoc_mod)