Home
last modified time | relevance | path

Searched refs:script_from_examples (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Ddoctest.py2547 def script_from_examples(s): function
2642 testsrc = script_from_examples(test.docstring)
2647 testsrc = script_from_examples(src)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddoctest.py2533 def script_from_examples(s): function
2628 testsrc = script_from_examples(test.docstring)
2633 testsrc = script_from_examples(src)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddoctest.py2533 def script_from_examples(s): function
2628 testsrc = script_from_examples(test.docstring)
2633 testsrc = script_from_examples(src)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddoctest.py2533 def script_from_examples(s): function
2628 testsrc = script_from_examples(test.docstring)
2633 testsrc = script_from_examples(src)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddoctest.py2533 def script_from_examples(s): function
2628 testsrc = script_from_examples(test.docstring)
2633 testsrc = script_from_examples(src)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddoctest.py2533 def script_from_examples(s): function
2628 testsrc = script_from_examples(test.docstring)
2633 testsrc = script_from_examples(src)
/aosp_15_r20/external/python/cpython3/Lib/
Ddoctest.py2533 def script_from_examples(s): function
2628 testsrc = script_from_examples(test.docstring)
2633 testsrc = script_from_examples(src)
/aosp_15_r20/external/python/cpython2/Doc/library/
Ddoctest.rst1681 .. function:: script_from_examples(s)
1691 print doctest.script_from_examples(r"""
1725 :func:`script_from_examples` above. For example, if module :file:`a.py`
/aosp_15_r20/external/python/cpython3/Doc/library/
Ddoctest.rst1629 .. function:: script_from_examples(s)
1639 print(doctest.script_from_examples(r"""
1671 :func:`script_from_examples` above. For example, if module :file:`a.py`
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...