HomeSort by relevance Sort by last modified time
    Searched full:get_doctest (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py 298 >>> test = parser.get_doctest(docstring, globs, 'some_test',
333 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
345 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
353 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
361 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
371 >>> test = parser.get_doctest(docstring, globs, 'some_test',
373 >>> same_test = parser.get_doctest(docstring, globs, 'some_test',
385 >>> other_test = parser.get_doctest(docstring, globs, 'other_test',
690 The `get_doctest` method creates a Test from the examples, along with the
693 >>> test = parser.get_doctest(s, {}, 'name', 'filename', lineno=5
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py 298 >>> test = parser.get_doctest(docstring, globs, 'some_test',
333 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
345 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
353 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
361 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
371 >>> test = parser.get_doctest(docstring, globs, 'some_test',
373 >>> same_test = parser.get_doctest(docstring, globs, 'some_test',
385 >>> other_test = parser.get_doctest(docstring, globs, 'other_test',
690 The `get_doctest` method creates a Test from the examples, along with the
693 >>> test = parser.get_doctest(s, {}, 'name', 'filename', lineno=5
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 636 def get_doctest(self, string, globs, name, filename, lineno): member in class:DocTestParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 636 def get_doctest(self, string, globs, name, filename, lineno): member in class:DocTestParser
    [all...]

Completed in 235 milliseconds