/aosp_15_r20/external/python/cpython2/Lib/ |
D | doctest.py | 1166 def __init__(self, checker=None, verbose=None, optionflags=0): argument 1544 def check_output(self, want, got, optionflags): argument 1598 def _do_a_fancy_diff(self, want, got, optionflags): argument 1621 def output_difference(self, example, got, optionflags): argument 1820 report=True, optionflags=0, extraglobs=None, argument 1924 globs=None, verbose=None, report=True, optionflags=0, argument 2049 compileflags=None, optionflags=0): argument 2078 def __init__(self, mod=None, globs=None, verbose=None, optionflags=0): argument 2180 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | doctest.py | 1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument 1597 def check_output(self, want, got, optionflags): argument 1660 def _do_a_fancy_diff(self, want, got, optionflags): argument 1683 def output_difference(self, example, got, optionflags): argument 1880 report=True, optionflags=0, extraglobs=None, argument 1984 globs=None, verbose=None, report=True, optionflags=0, argument 2107 compileflags=None, optionflags=0): argument 2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | doctest.py | 1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument 1597 def check_output(self, want, got, optionflags): argument 1660 def _do_a_fancy_diff(self, want, got, optionflags): argument 1683 def output_difference(self, example, got, optionflags): argument 1880 report=True, optionflags=0, extraglobs=None, argument 1984 globs=None, verbose=None, report=True, optionflags=0, argument 2107 compileflags=None, optionflags=0): argument 2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | doctest.py | 1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument 1597 def check_output(self, want, got, optionflags): argument 1660 def _do_a_fancy_diff(self, want, got, optionflags): argument 1683 def output_difference(self, example, got, optionflags): argument 1880 report=True, optionflags=0, extraglobs=None, argument 1984 globs=None, verbose=None, report=True, optionflags=0, argument 2107 compileflags=None, optionflags=0): argument 2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | doctest.py | 1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument 1597 def check_output(self, want, got, optionflags): argument 1660 def _do_a_fancy_diff(self, want, got, optionflags): argument 1683 def output_difference(self, example, got, optionflags): argument 1880 report=True, optionflags=0, extraglobs=None, argument 1984 globs=None, verbose=None, report=True, optionflags=0, argument 2107 compileflags=None, optionflags=0): argument 2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | doctest.py | 1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument 1597 def check_output(self, want, got, optionflags): argument 1660 def _do_a_fancy_diff(self, want, got, optionflags): argument 1683 def output_difference(self, example, got, optionflags): argument 1880 report=True, optionflags=0, extraglobs=None, argument 1984 globs=None, verbose=None, report=True, optionflags=0, argument 2107 compileflags=None, optionflags=0): argument 2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | doctest.py | 1203 def __init__(self, checker=None, verbose=None, optionflags=0): argument 1597 def check_output(self, want, got, optionflags): argument 1660 def _do_a_fancy_diff(self, want, got, optionflags): argument 1683 def output_difference(self, example, got, optionflags): argument 1880 report=True, optionflags=0, extraglobs=None, argument 1984 globs=None, verbose=None, report=True, optionflags=0, argument 2107 compileflags=None, optionflags=0): argument 2173 def __init__(self, test, optionflags=0, setUp=None, tearDown=None, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/docs/ |
H A D | tf_doctest_lib.py | 126 def check_output(self, want, got, optionflags): argument 198 def output_difference(self, example, got, optionflags): argument
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_doctest.py | 1099 def optionflags(): r""" member in test_DocTestRunner
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_doctest.py | 1224 def optionflags(): r""" member in test_DocTestRunner
|
/aosp_15_r20/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1246 def run_doctest(module, verbosity=None, optionflags=0): argument
|