Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/mypy
/ visit_ellipsis
Method
visit_ellipsis
mypy/stats.py:337–338 ·
view source on GitHub ↗
(self, o: EllipsisExpr)
Source
from the content-addressed store, hash-verified
335
self.record_precise_if_checked_scope(o)
336
337
def
visit_ellipsis(self, o: EllipsisExpr) -> None:
338
self.record_precise_if_checked_scope(o)
339
340
# Helpers
341
Callers
nothing calls this directly
Calls
1
record_precise_if_checked_scope
Method · 0.95
Tested by
no test coverage detected