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

Method capitalize

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

Return a copy of `self` with only the first character of each element capitalized. See also -------- char.capitalize

(self)

Source from the content-addressed store, hash-verified

2162 argsort.__doc__ = ndarray.argsort.__doc__
2163
2164 def capitalize(self):
2165 """
2166 Return a copy of `self` with only the first character of each element
2167 capitalized.
2168
2169 See also
2170 --------
2171 char.capitalize
2172
2173 """
2174 return asarray(capitalize(self))
2175
2176 def center(self, width, fillchar=' '):
2177 """

Callers 14

image_demo.pyFile · 0.80
__init__Method · 0.80
keyCapsFunction · 0.80
_normalize_shortcutMethod · 0.80
axis_prettyMethod · 0.80
StringMethodsClass · 0.80
integer.pyFile · 0.80
get_atom_coltypeMethod · 0.80
test_capitalizeMethod · 0.80
test_casemethodsMethod · 0.80

Calls 2

capitalizeFunction · 0.85
asarrayFunction · 0.70

Tested by 6

test_capitalizeMethod · 0.64
test_casemethodsMethod · 0.64
test_namesMethod · 0.64