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

Method test_gcd_object

numpy/core/tests/test_umath.py:3974–3975  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3972 self._test_lcm_inner(np.uint16)
3973
3974 def test_gcd_object(self):
3975 self._test_gcd_inner(np.object_)
3976
3977 def _test_lcm_inner(self, dtype):
3978 # basic use

Callers

nothing calls this directly

Calls 1

_test_gcd_innerMethod · 0.95

Tested by

no test coverage detected