MCPcopy Index your code
hub / github.com/numpy/numpy / __call__

Method __call__

numpy/ma/core.py:885–888  ·  view source on GitHub ↗

Executes the call behavior.

(self, x)

Source from the content-addressed store, hash-verified

883 self.eps = eps
884
885 def __call__(self, x):
886 "Executes the call behavior."
887 with np.errstate(invalid='ignore'):
888 return umath.less(umath.absolute(umath.cos(x)), self.eps)
889
890
891class _DomainSafeDivide:

Callers 3

__ifloordiv__Method · 0.45
__itruediv__Method · 0.45
wrapperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected