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

Method values

numpy/lib/_npyio_impl.py:304–308  ·  view source on GitHub ↗

D.values() returns a set-like object providing a view on the values

(self)

Source from the content-addressed store, hash-verified

302 return Mapping.keys(self)
303
304 def values(self):
305 """
306 D.values() returns a set-like object providing a view on the values
307 """
308 return Mapping.values(self)
309
310
311@set_module('numpy')

Callers 15

_type_aliases.pyFile · 0.45
_preprocess_dtypeFunction · 0.45
sctype2charFunction · 0.45
numerictypes.pyFile · 0.45
check_api_dictFunction · 0.45
test_ticket_1539Method · 0.45
test_scalar_copyMethod · 0.45
test_ufunc.pyFile · 0.45

Calls

no outgoing calls

Tested by 8

test_ticket_1539Method · 0.36
test_scalar_copyMethod · 0.36
test_ip_typesMethod · 0.36
test_ip_typesMethod · 0.36
test_not_deprecatedMethod · 0.36
check_functionMethod · 0.36