MCPcopy
hub / github.com/numpy/numpy / lower

Method lower

numpy/_core/defchararray.py:967–977  ·  view source on GitHub ↗

Return an array with the elements of `self` converted to lowercase. See Also -------- char.lower

(self)

Source from the content-addressed store, hash-verified

965 return asarray(ljust(self, width, fillchar))
966
967 def lower(self):
968 """
969 Return an array with the elements of `self` converted to
970 lowercase.
971
972 See Also
973 --------
974 char.lower
975
976 """
977 return asarray(lower(self))
978
979 def lstrip(self, chars=None):
980 """

Callers 15

sort_orderFunction · 0.80
find_c_cpp_filesFunction · 0.80
_scalar_type_keyFunction · 0.80
test_nat_castsFunction · 0.80
_get_platformMethod · 0.80
test_lowerMethod · 0.80
test_iter_copy_castsFunction · 0.80
_checkMethod · 0.80

Calls 2

lowerFunction · 0.85
asarrayFunction · 0.70

Tested by 13

test_nat_castsFunction · 0.64
_get_platformMethod · 0.64
test_lowerMethod · 0.64
test_iter_copy_castsFunction · 0.64
_checkMethod · 0.64
test_simpleMethod · 0.64
test_simpleMethod · 0.64
test_nul_character_errorFunction · 0.64