MCPcopy Index your code
hub / github.com/python/mypy / upper

Method upper

mypyc/test-data/fixtures/ir.py:126–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 def format(self, *args: Any, **kwargs: Any) -> str: ...
125 def lower(self) -> str: ...
126 def upper(self) -> str: ...
127 def startswith(self, x: Union[str, Tuple[str, ...]], start: int=..., end: int=...) -> bool: ...
128 def endswith(self, x: Union[str, Tuple[str, ...]], start: int=..., end: int=...) -> bool: ...
129 def replace(self, old: str, new: str, maxcount: int=...) -> str: ...

Callers 6

parseFunction · 0.80
report_parse_errorFunction · 0.80
capitalizeFunction · 0.80
_iter_fixesFunction · 0.80
run_caseMethod · 0.80
str_ops.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

run_caseMethod · 0.64