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

Method test_full

numpy/_core/tests/test_numeric.py:3382–3384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3380 self.check_function(np.empty)
3381
3382 def test_full(self):
3383 self.check_function(np.full, 0)
3384 self.check_function(np.full, 1)
3385
3386 @pytest.mark.skipif(not HAS_REFCOUNT, reason="Python lacks refcounts")
3387 def test_for_reference_leak(self):

Callers

nothing calls this directly

Calls 1

check_functionMethod · 0.95

Tested by

no test coverage detected