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

Method upper

numpy/core/defchararray.py:2681–2691  ·  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

2679 return asarray(translate(self, table, deletechars))
2680
2681 def upper(self):
2682 """
2683 Return an array with the elements of `self` converted to
2684 uppercase.
2685
2686 See Also
2687 --------
2688 char.upper
2689
2690 """
2691 return asarray(upper(self))
2692
2693 def zfill(self, width):
2694 """

Callers 15

ndpointerFunction · 0.80
test_reprMethod · 0.80
test_strMethod · 0.80
fname2defFunction · 0.80
sym2defFunction · 0.80
type2defFunction · 0.80
requireFunction · 0.80
einsumFunction · 0.80
getMethod · 0.80
write_codeFunction · 0.80
get_cpuinfo_itemMethod · 0.80
load_flags_auxvMethod · 0.80

Calls 2

upperFunction · 0.85
asarrayFunction · 0.70

Tested by 14

test_reprMethod · 0.64
test_strMethod · 0.64
get_cpuinfo_itemMethod · 0.64
load_flags_auxvMethod · 0.64
test_itMethod · 0.64
test_upperMethod · 0.64
_checkMethod · 0.64
get_targetsMethod · 0.64
test_log_prefixFunction · 0.64
__init__Method · 0.64