class documentation

class NumpyDocTestFinder(doctest.DocTestFinder):

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):
Find tests for the given object and any contained objects, and add them to tests.
def _from_module(self, module, object):
Return true if the given object is defined in the given module.