MCPcopy
hub / github.com/numpy/numpy / item

Method item

numpy/_build_utils/tempita/_looper.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 number = property(number)
80
81 def item(self):
82 return self.seq[self.pos]
83 item = property(item)
84
85 def __next__(self):

Callers 15

__str__Method · 0.80
repr_formatFunction · 0.80
str_formatFunction · 0.80
array2stringFunction · 0.80
test_nonint_offsetsMethod · 0.80
test_methodsMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_nonint_offsetsMethod · 0.64
test_methodsMethod · 0.64
test_half_funcsMethod · 0.64
test_nested_simpleMethod · 0.64
test_string_NULLMethod · 0.64