Home
last modified time | relevance | path

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

/third_party/python/Lib/
Ddoctest.py2525 def script_from_examples(s): function
2620 testsrc = script_from_examples(test.docstring)
2625 testsrc = script_from_examples(src)
/third_party/python/Doc/library/
Ddoctest.rst1625 .. function:: script_from_examples(s)
1635 print(doctest.script_from_examples(r"""
1667 :func:`script_from_examples` above. For example, if module :file:`a.py`