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