MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / upper

Method upper

Editor/Python/Lib/UserString.py:130–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 def translate(self, *args):
129 return self.__class__(self.data.translate(*args))
130 def upper(self): return self.__class__(self.data.upper())
131 def zfill(self, width): return self.__class__(self.data.zfill(width))
132
133class MutableString(UserString, collections.MutableSequence):

Callers 15

runMethod · 0.80
__init__Method · 0.80
find_programFunction · 0.80
quote_define_nameFunction · 0.80
make_uuidFunction · 0.80
subst_funcFunction · 0.80
make_uuidFunction · 0.80
configureFunction · 0.80
configureFunction · 0.80
post_runFunction · 0.80
exec_cfgFunction · 0.80
validate_cFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected