HomeSort by relevance Sort by last modified time
    Searched refs:doctest (Results 76 - 100 of 181) sorted by null

1 2 34 5 6 7 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_doctest.py 3 Test script for doctest.
8 import doctest
173 >>> example = doctest.Example('print 1', '1\n')
183 >>> example = doctest.Example('[].pop()', '', exc_msg,
185 ... options={doctest.ELLIPSIS: True})
193 >>> e = doctest.Example('print 1', '1\n')
197 >>> e = doctest.Example('print 1\n', '1\n')
202 >>> e = doctest.Example('print 1;\nprint 2\n', '1\n2\n')
206 >>> e = doctest.Example('print 1;\nprint 2', '1\n2\n')
211 >>> e = doctest.Example('', '')
    [all...]
  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 183 import doctest
184 doctest.testmod()
transform.py 355 import doctest
356 doctest.testmod()
bezierTools.py 405 import doctest
406 doctest.testmod()
  /external/python/cpython2/Lib/test/
test_difflib.py 4 import doctest
275 Doctests = doctest.DocTestSuite(difflib)
test_doctest.py 3 Test script for doctest.
8 import doctest
173 >>> example = doctest.Example('print 1', '1\n')
183 >>> example = doctest.Example('[].pop()', '', exc_msg,
185 ... options={doctest.ELLIPSIS: True})
193 >>> e = doctest.Example('print 1', '1\n')
197 >>> e = doctest.Example('print 1\n', '1\n')
202 >>> e = doctest.Example('print 1;\nprint 2\n', '1\n2\n')
206 >>> e = doctest.Example('print 1;\nprint 2', '1\n2\n')
211 >>> e = doctest.Example('', ''
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_difflib.py 4 import doctest
266 Doctests = doctest.DocTestSuite(difflib)
test_doctest.py 3 Test script for doctest.
8 import doctest
173 >>> example = doctest.Example('print 1', '1\n')
183 >>> example = doctest.Example('[].pop()', '', exc_msg,
185 ... options={doctest.ELLIPSIS: True})
193 >>> e = doctest.Example('print 1', '1\n')
197 >>> e = doctest.Example('print 1\n', '1\n')
202 >>> e = doctest.Example('print 1;\nprint 2\n', '1\n2\n')
206 >>> e = doctest.Example('print 1;\nprint 2', '1\n2\n')
211 >>> e = doctest.Example('', ''
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_difflib.py 4 import doctest
266 Doctests = doctest.DocTestSuite(difflib)
test_doctest.py 3 Test script for doctest.
8 import doctest
173 >>> example = doctest.Example('print 1', '1\n')
183 >>> example = doctest.Example('[].pop()', '', exc_msg,
185 ... options={doctest.ELLIPSIS: True})
193 >>> e = doctest.Example('print 1', '1\n')
197 >>> e = doctest.Example('print 1\n', '1\n')
202 >>> e = doctest.Example('print 1;\nprint 2\n', '1\n2\n')
206 >>> e = doctest.Example('print 1;\nprint 2', '1\n2\n')
211 >>> e = doctest.Example('', ''
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_difflib.py 4 import doctest
266 Doctests = doctest.DocTestSuite(difflib)
test_doctest.py 3 Test script for doctest.
8 import doctest
173 >>> example = doctest.Example('print 1', '1\n')
183 >>> example = doctest.Example('[].pop()', '', exc_msg,
185 ... options={doctest.ELLIPSIS: True})
193 >>> e = doctest.Example('print 1', '1\n')
197 >>> e = doctest.Example('print 1\n', '1\n')
202 >>> e = doctest.Example('print 1;\nprint 2\n', '1\n2\n')
206 >>> e = doctest.Example('print 1;\nprint 2', '1\n2\n')
211 >>> e = doctest.Example('', ''
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_difflib.py 4 import doctest
266 Doctests = doctest.DocTestSuite(difflib)
test_doctest.py 3 Test script for doctest.
8 import doctest
173 >>> example = doctest.Example('print 1', '1\n')
183 >>> example = doctest.Example('[].pop()', '', exc_msg,
185 ... options={doctest.ELLIPSIS: True})
193 >>> e = doctest.Example('print 1', '1\n')
197 >>> e = doctest.Example('print 1\n', '1\n')
202 >>> e = doctest.Example('print 1;\nprint 2\n', '1\n2\n')
206 >>> e = doctest.Example('print 1;\nprint 2', '1\n2\n')
211 >>> e = doctest.Example('', ''
    [all...]
  /external/python/cpython2/Doc/
make.bat 52 echo.``%this% html`` or ``%this% doctest``. Interesting targets that are
57 echo. suspicious, linkcheck, changes, doctest
  /build/make/tools/releasetools/
rangelib.py 332 import doctest
333 doctest.testmod()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
heapq.py 484 import doctest
485 doctest.testmod()
  /external/python/cpython2/Lib/
heapq.py 484 import doctest
485 doctest.testmod()
Cookie.py 764 import doctest, Cookie
765 return doctest.testmod(Cookie)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
heapq.py 479 import doctest
480 doctest.testmod()
Cookie.py 752 import doctest, Cookie
753 return doctest.testmod(Cookie)
  /prebuilts/gdb/linux-x86/lib/python2.7/
heapq.py 479 import doctest
480 doctest.testmod()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
heapq.py 479 import doctest
480 doctest.testmod()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
heapq.py 479 import doctest
480 doctest.testmod()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 752 import doctest, Cookie
753 return doctest.testmod(Cookie)

Completed in 705 milliseconds

1 2 34 5 6 7 8