Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ add
Method
add
mypy/server/subexpr.py:207–208 ·
view source on GitHub ↗
(self, e: Expression)
Source
from the content-addressed store, hash-verified
205
super().visit_await_expr(e)
206
207
def
add(self, e: Expression) -> None:
208
self.expressions.append(e)
Callers
15
visit_int_expr
Method · 0.95
visit_name_expr
Method · 0.95
visit_float_expr
Method · 0.95
visit_str_expr
Method · 0.95
visit_bytes_expr
Method · 0.95
visit_unicode_expr
Method · 0.95
visit_complex_expr
Method · 0.95
visit_ellipsis
Method · 0.95
visit_super_expr
Method · 0.95
visit_type_var_expr
Method · 0.95
visit_type_alias_expr
Method · 0.95
visit_namedtuple_expr
Method · 0.95
Calls
1
append
Method · 0.80
Tested by
2
assert_transitive_closure
Method · 0.36
test
Function · 0.36