Home | History | Annotate | Download | only in python2.7

Lines Matching full:extract

619             # Extract info from the regexp match.
638 Extract all doctest examples from the given string, and
650 Extract all doctest examples from the given string, and return
694 # If `want` contains a traceback message, then extract it.
701 # Extract options from the source.
786 A class used to extract the DocTests that are relevant to a given
850 # If name was not specified, then extract it from the object.
996 # Extract the object's docstring. If it doesn't have one,
1965 subclass) that should be used to extract tests from the files.
2499 A DocTestParser (or subclass) that should be used to extract
2523 r"""Extract script from text with examples.
2605 Extract the test sources from a doctest docstring as a script.