Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ visit_float_expr
Method
visit_float_expr
mypy/server/subexpr.py:56–57 ·
view source on GitHub ↗
(self, o: Expression)
Source
from the content-addressed store, hash-verified
54
self.add(o)
55
56
def
visit_float_expr(self, o: Expression) -> None:
57
self.add(o)
58
59
def
visit_str_expr(self, o: Expression) -> None:
60
self.add(o)
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected