MCPcopy
hub / github.com/numpy/numpy / items

Method items

numpy/lib/_npyio_impl.py:292–296  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

290 return Mapping.get(self, key, default)
291
292 def items(self):
293 """
294 D.items() returns a set-like object providing a view on the items
295 """
296 return Mapping.items(self)
297
298 def keys(self):
299 """

Callers 15

get_filesFunction · 0.80
write_textMethod · 0.80
write_htmlMethod · 0.80
nep_metadataFunction · 0.80
find_duplicateFunction · 0.80
_make_options_dictFunction · 0.80
_type_aliases.pyFile · 0.80
_wrapreductionFunction · 0.80
_wrapreduction_any_allFunction · 0.80
rollFunction · 0.80
_makenames_listFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_featuresMethod · 0.64
test_complex_inf_nanFunction · 0.64
test_avx_based_ufuncMethod · 0.64
checkMethod · 0.64
test_npymath_realFunction · 0.64
test_kwargsFunction · 0.64
test_poly1d_miscMethod · 0.64