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

Method lstrip

mypyc/test-data/fixtures/ir.py:121–121  ·  view source on GitHub ↗
(self, item: Optional[str] = None)

Source from the content-addressed store, hash-verified

119 def splitlines(self, keepends: bool = False) -> List[str]: ...
120 def strip (self, item: Optional[str] = None) -> str: pass
121 def lstrip(self, item: Optional[str] = None) -> str: pass
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: ...

Callers 10

note_multilineMethod · 0.80
verify_typeinfoFunction · 0.80
is_marker_lineMethod · 0.80
note_multilineMethod · 0.80
testFunction · 0.80
test_allowlistMethod · 0.80
dedent_docstringFunction · 0.80
argumentMethod · 0.80
format_listsFunction · 0.80

Calls

no outgoing calls

Tested by 4

verify_typeinfoFunction · 0.64
testFunction · 0.64
test_allowlistMethod · 0.64
dedent_docstringFunction · 0.64