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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 70 'DocTestParser',
503 "DocTest no longer accepts str; use DocTestParser instead"
546 ## 3. DocTestParser
549 class DocTestParser:
793 def __init__(self, verbose=False, parser=DocTestParser(),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 70 'DocTestParser',
503 "DocTest no longer accepts str; use DocTestParser instead"
546 ## 3. DocTestParser
549 class DocTestParser:
793 def __init__(self, verbose=False, parser=DocTestParser(),
    [all...]

Completed in 481 milliseconds