class documentation

class NumpyDocTestFinder(doctest.DocTestFinder): (source)

View In Hierarchy

Undocumented

Method _find Find tests for the given object and any contained objects, and add them to tests.
Method _from_module Return true if the given object is defined in the given module.
def _find(self, tests, obj, name, module, source_lines, globs, seen): (source)

Find tests for the given object and any contained objects, and add them to tests.

def _from_module(self, module, object): (source)

Return true if the given object is defined in the given module.