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

Method __gt__

numpy/ma/core.py:4303–4304  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

4301 return self._comparison(other, operator.ge)
4302
4303 def __gt__(self, other):
4304 return self._comparison(other, operator.gt)
4305
4306 def __add__(self, other):
4307 """

Callers

nothing calls this directly

Calls 1

_comparisonMethod · 0.95

Tested by

no test coverage detected