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

Method index

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

Source from the content-addressed store, hash-verified

271 def reverse(self) -> None: pass
272 def remove(self, o: _T) -> None: pass
273 def index(self, o: _T) -> int: pass
274 def clear(self) -> None: pass
275 def copy(self) -> List[_T]: pass
276

Callers 15

map_actuals_to_formalsFunction · 0.80
check_overrideMethod · 0.80
check_init_subclassMethod · 0.80
visit_super_exprMethod · 0.80
type_object_typeFunction · 0.80
_find_moduleMethod · 0.80
visit_callable_typeMethod · 0.80
strip_commentsFunction · 0.80

Calls

no outgoing calls

Tested by 4

strip_commentsFunction · 0.64
update_testcase_outputFunction · 0.64