Table of Contents
pydoc
doctest
doctest.DebugRunner
doctest.DocFileCase
doctest.DocTest
doctest.DocTestCase
doctest.DocTestFinder
doctest.DocTestParser
doctest.DocTestRunner
doctest.Example
doctest.OutputChecker
doctest.SkipDocTestCase
doctest.StringIO
doctest.TestResults
doctest.Tester
unittest
test
DocTestParser.
_find_options
Return a dictionary containing option overrides extracted from option directives in the given source string.
name is the string’s name, and lineno is the line number where the example starts; both are used for error messages.