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

Method lower

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

Source from the content-addressed store, hash-verified

123 def join(self, x: Iterable[str]) -> str: pass
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: ...

Callers 14

is_tomlFunction · 0.80
convert_to_booleanFunction · 0.80
module_not_foundFunction · 0.80
file_contextMethod · 0.80
name_not_definedMethod · 0.80
on_fileMethod · 0.80
redundant_exprMethod · 0.80
install_typesFunction · 0.80
run_caseMethod · 0.80
is_incrementalFunction · 0.80
filter_omitted_commitsFunction · 0.80

Calls

no outgoing calls

Tested by 1

run_caseMethod · 0.64