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

Method __init__

numpy/ma/core.py:830–832  ·  view source on GitHub ↗

domain_tan(eps) = true where abs(cos(x)) < eps)

(self, eps)

Source from the content-addressed store, hash-verified

828 """
829
830 def __init__(self, eps):
831 "domain_tan(eps) = true where abs(cos(x)) < eps)"
832 self.eps = eps
833
834 def __call__(self, x):
835 "Executes the call behavior."

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected