MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / index

Method index

site-packages/numpy/core/defchararray.py:2257–2266  ·  view source on GitHub ↗

Like `find`, but raises `ValueError` when the substring is not found. See also -------- char.index

(self, sub, start=0, end=None)

Source from the content-addressed store, hash-verified

2255 return find(self, sub, start, end)
2256
2257 def index(self, sub, start=0, end=None):
2258 """
2259 Like `find`, but raises `ValueError` when the substring is not found.
2260
2261 See also
2262 --------
2263 char.index
2264
2265 """
2266 return index(self, sub, start, end)
2267
2268 def isalnum(self):
2269 """

Callers 15

fromfileFunction · 0.45
_index_deprecateFunction · 0.45
_find_common_coerceFunction · 0.45
find_common_typeFunction · 0.45
normalize_axis_tupleFunction · 0.45
consume_untilMethod · 0.45
loadtxtFunction · 0.45
genfromtxtFunction · 0.45
stack_arraysFunction · 0.45
join_byFunction · 0.45
_get_bin_edgesFunction · 0.45
mintypecodeFunction · 0.45

Calls 1

indexFunction · 0.70

Tested by

no test coverage detected