Home
last modified time | relevance | path

Searched defs:doctests (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_setcomps.py1 doctests = """ variable
Dtest_unpack_ex.py3 doctests = """ variable
Dtest_listcomps.py1 doctests = """ variable
Dtest_unpack.py1 doctests = """ variable
Dtest_genexps.py1 doctests = """ variable
Dtest_metaclass.py1 doctests = """ variable
/external/python/cpython2/Lib/test/
Dtest_setcomps.py1 doctests = """ variable
Dtest_unpack.py1 doctests = """ variable
Dtest_genexps.py1 doctests = """ variable
/external/python/setuptools/setuptools/
Dlib2to3_ex.py29 def run_2to3(self, files, doctests=False): argument
/external/python/setuptools/setuptools/command/
Dbuild_py.py19 def run_2to3(self, files, doctests=True): argument