Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py2629 def testsource(module, name): function
2690 testsrc = testsource(module, name)
/external/python/cpython2/Doc/library/
Ddoctest.rst1716 .. function:: testsource(module, name)
1728 print doctest.testsource(a, "a.f")
1741 :func:`testsource` above. The synthesized Python script for the named object's