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

Method __init__

numpy/ma/core.py:6744–6747  ·  view source on GitHub ↗
(self, ufunc, compare, fill_value)

Source from the content-addressed store, hash-verified

6742
6743 """
6744 def __init__(self, ufunc, compare, fill_value):
6745 super().__init__(ufunc)
6746 self.compare = compare
6747 self.fill_value_func = fill_value
6748
6749 def __call__(self, a, b):
6750 "Executes the call behavior."

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected