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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 645 return DocTest(self.get_examples(string, name), globs,
648 def get_examples(self, string, name='<string>'): member in class:DocTestParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 645 return DocTest(self.get_examples(string, name), globs,
648 def get_examples(self, string, name='<string>'): member in class:DocTestParser
    [all...]

Completed in 112 milliseconds