Searched defs:script_from_examples (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddoctest.py90 'script_from_examples',
2547 def script_from_examples(s): function
2579 >>> print script_from_examples(text)
2642 testsrc = script_from_examples(test.docstring)
2647 testsrc = script_from_examples(src)
/external/python/cpython3/Lib/
H A Ddoctest.py89 'script_from_examples',
2511 def script_from_examples(s): function
2543 >>> print(script_from_examples(text))
2606 testsrc = script_from_examples(test.docstring)
2611 testsrc = script_from_examples(src)

Completed in 74 milliseconds