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

Method keys

numpy/lib/_npyio_impl.py:298–302  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

296 return Mapping.items(self)
297
298 def keys(self):
299 """
300 D.keys() returns a set-like object providing a view on the keys
301 """
302 return Mapping.keys(self)
303
304 def values(self):
305 """

Callers 15

mainFunction · 0.45
write_htmlMethod · 0.45
__dir__Function · 0.45
_get_formatdictFunction · 0.45
__new__Method · 0.45
_type_aliases.pyFile · 0.45
einsum_pathFunction · 0.45
_internal.pyFile · 0.45
make_arraysFunction · 0.45
make_ufuncsFunction · 0.45
do_generate_apiFunction · 0.45

Calls

no outgoing calls

Tested by 4

check_canonicalMethod · 0.36
test_npzfile_dictFunction · 0.36
test_keysFunction · 0.36