MCPcopy Create free account
hub / github.com/numpy/numpy / endswith

Method endswith

numpy/core/defchararray.py:2317–2327  ·  view source on GitHub ↗

Returns a boolean array which is `True` where the string element in `self` ends with `suffix`, otherwise `False`. See Also -------- char.endswith

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

Source from the content-addressed store, hash-verified

2315 return encode(self, encoding, errors)
2316
2317 def endswith(self, suffix, start=0, end=None):
2318 """
2319 Returns a boolean array which is `True` where the string element
2320 in `self` ends with `suffix`, otherwise `False`.
2321
2322 See Also
2323 --------
2324 char.endswith
2325
2326 """
2327 return endswith(self, suffix, start, end)
2328
2329 def expandtabs(self, tabsize=8):
2330 """

Callers 15

gcov_reset_countersFunction · 0.80
check_outputMethod · 0.80
process_pyxFunction · 0.80
process_tempita_pyxFunction · 0.80
process_tempita_pydFunction · 0.80
process_tempita_pxiFunction · 0.80
process_tempita_pxdFunction · 0.80
find_process_filesFunction · 0.80
__init__Method · 0.80
attrFunction · 0.80
parse_one_condFunction · 0.80
parse_forFunction · 0.80

Calls 1

endswithFunction · 0.85

Tested by 15

gcov_reset_countersFunction · 0.64
is_parametric_dtypeFunction · 0.64
test_endswithMethod · 0.64
failMethod · 0.64
test_centerMethod · 0.64
test_ljustMethod · 0.64
test_rjustMethod · 0.64
setup_methodMethod · 0.64
find_f2py_commandsFunction · 0.64