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

Method values

numpy/lib/tests/test_function_base.py:1429–1431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1427 return data, expected
1428
1429 def values(self):
1430 attr_names = ('a', 'b', 'c', 'd')
1431 return (getattr(self, name) for name in attr_names)
1432
1433 def test_basic(self):
1434 slc = np.s_[2:-1]

Callers 8

test_basicMethod · 0.95
test_leading_skipMethod · 0.95
test_trailing_skipMethod · 0.95
test_all_zeroMethod · 0.95
test_kwargsFunction · 0.45
test_npzfile_dictFunction · 0.45
get_signatureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected