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

Method values

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

Source from the content-addressed store, hash-verified

1259 d = a.astype(object)
1260
1261 def values(self):
1262 attr_names = ('a', 'b', 'c', 'd')
1263 return (getattr(self, name) for name in attr_names)
1264
1265 def test_basic(self):
1266 slc = np.s_[2:-1]

Callers 15

test_basicMethod · 0.95
test_leading_skipMethod · 0.95
test_trailing_skipMethod · 0.95
test_all_zeroMethod · 0.95
_bits_ofFunction · 0.80
check_api_dictFunction · 0.80
test_ticket_1539Method · 0.80
test_scalar_copyMethod · 0.80
test_ufunc.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected