Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python/mypy
/ visit
Method
visit
mypy/fastparse.py:1914–1914 ·
view source on GitHub ↗
(self, node: ast3.expr)
Source
from the content-addressed store, hash-verified
1912
1913
@overload
1914
def
visit(self, node: ast3.expr) -> ProperType: ...
1915
1916
@overload
1917
def
visit(self, node: AST | None) -> ProperType | None: ...
Callers
10
translate_type_params
Method · 0.95
translate_expr_list
Method · 0.95
visit_Call
Method · 0.95
translate_argument_list
Method · 0.95
visit_BinOp
Method · 0.95
visit_UnaryOp
Method · 0.95
visit_Subscript
Method · 0.95
visit_Dict
Method · 0.95
visit_Attribute
Method · 0.95
visit_Starred
Method · 0.95
Calls
5
invalid_type
Method · 0.95
getattr
Function · 0.85
isinstance
Function · 0.85
append
Method · 0.80
pop
Method · 0.45
Tested by
no test coverage detected