MCPcopy
hub / github.com/python/mypy / format

Method format

mypyc/test-data/fixtures/ir.py:124–124  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

122 def rstrip(self, item: Optional[str] = None) -> str: pass
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: ...

Callers 15

check_first_passMethod · 0.45
check_func_defMethod · 0.45
check_funcdef_itemMethod · 0.45
visit_class_defMethod · 0.45
check_enum_newMethod · 0.45
check_importMethod · 0.45
visit_expression_stmtMethod · 0.45

Calls

no outgoing calls

Tested by 10

run_caseMethod · 0.36
run_case_onceMethod · 0.36
testFunction · 0.36
test_outputMethod · 0.36
test_mypy_buildMethod · 0.36
test_python_cmdlineFunction · 0.36
run_caseMethod · 0.36
run_case_stepMethod · 0.36
get_separateMethod · 0.36