HomeSort by relevance Sort by last modified time
    Searched refs:_check_prefix (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 680 self._check_prefix(source_lines[1:], ' '*indent + '.', name, lineno)
690 self._check_prefix(want_lines, ' '*indent, name,
768 def _check_prefix(self, lines, prefix, name, lineno): member in class:DocTestParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 680 self._check_prefix(source_lines[1:], ' '*indent + '.', name, lineno)
690 self._check_prefix(want_lines, ' '*indent, name,
768 def _check_prefix(self, lines, prefix, name, lineno): member in class:DocTestParser
    [all...]

Completed in 250 milliseconds