MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

tools/refguide_check.py:674–680  ·  view source on GitHub ↗
(self, parse_namedtuples=True, ns=None, atol=1e-8, rtol=1e-2)

Source from the content-addressed store, hash-verified

672 '.set(xlim=', '.set(ylim=', '.set(xlabel=', '.set(ylabel='}
673
674 def __init__(self, parse_namedtuples=True, ns=None, atol=1e-8, rtol=1e-2):
675 self.parse_namedtuples = parse_namedtuples
676 self.atol, self.rtol = atol, rtol
677 if ns is None:
678 self.ns = CHECK_NAMESPACE
679 else:
680 self.ns = ns
681
682 def check_output(self, want, got, optionflags):
683 # cut it short if they are equal

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected