MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / run_docstring_examples

Function run_docstring_examples

Lib/doctest.py:2023–2044  ·  view source on GitHub ↗

Test examples in the given object's docstring (`f`), using `globs` as globals. Optional argument `name` is used in failure messages. If the optional argument `verbose` is true, then generate output even if there are no failures. `compileflags` gives the set of flags that shoul

(f, globs, verbose=False, name="NoName",
                           compileflags=None, optionflags=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

findMethod · 0.95
runMethod · 0.95
DocTestFinderClass · 0.85
DocTestRunnerClass · 0.85

Tested by

no test coverage detected