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

Method test_full

numpy/core/tests/test_numeric.py:2766–2768  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2764 self.check_function(np.empty)
2765
2766 def test_full(self):
2767 self.check_function(np.full, 0)
2768 self.check_function(np.full, 1)
2769
2770 @pytest.mark.skipif(not HAS_REFCOUNT, reason="Python lacks refcounts")
2771 def test_for_reference_leak(self):

Callers

nothing calls this directly

Calls 1

check_functionMethod · 0.95

Tested by

no test coverage detected