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

Method count

mypyc/test-data/fixtures/ir.py:136–136  ·  view source on GitHub ↗
(self, substr: str, start: Optional[int] = None, end: Optional[int] = None)

Source from the content-addressed store, hash-verified

134 def removesuffix(self, suffix: str, /) -> str: ...
135 def islower(self) -> bool: ...
136 def count(self, substr: str, start: Optional[int] = None, end: Optional[int] = None) -> int: pass
137 def isspace(self) -> bool: ...
138 def isalnum(self) -> bool: ...
139 def isdigit(self) -> bool: ...

Callers 15

verify_moduleFunction · 0.45
highest_init_levelFunction · 0.45
on_fileMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 2

update_testcase_outputFunction · 0.36