Home
last modified time | relevance | path

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

/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)
/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)
/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`
/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`