MCPcopy Index your code
hub / github.com/numpy/numpy / upper

Method upper

numpy/_core/defchararray.py:1171–1181  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1169 return asarray(translate(self, table, deletechars))
1170
1171 def upper(self):
1172 """
1173 Return an array with the elements of `self` converted to
1174 uppercase.
1175
1176 See Also
1177 --------
1178 char.upper
1179
1180 """
1181 return asarray(upper(self))
1182
1183 def zfill(self, width):
1184 """

Callers 15

test_reprMethod · 0.80
test_strMethod · 0.80
requireFunction · 0.80
_parse_output_orderFunction · 0.80
getMethod · 0.80
write_codeFunction · 0.80
test_nat_castsFunction · 0.80
get_cpuinfo_itemMethod · 0.80
load_flags_auxvMethod · 0.80
test_itMethod · 0.80
test_upperMethod · 0.80
_checkMethod · 0.80

Calls 2

upperFunction · 0.85
asarrayFunction · 0.70

Tested by 13

test_reprMethod · 0.64
test_strMethod · 0.64
test_nat_castsFunction · 0.64
get_cpuinfo_itemMethod · 0.64
load_flags_auxvMethod · 0.64
test_itMethod · 0.64
test_upperMethod · 0.64
_checkMethod · 0.64
__init__Method · 0.64
__new__Method · 0.64