MCPcopy
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_paramsMethod · 0.95
translate_expr_listMethod · 0.95
visit_CallMethod · 0.95
visit_BinOpMethod · 0.95
visit_UnaryOpMethod · 0.95
visit_SubscriptMethod · 0.95
visit_DictMethod · 0.95
visit_AttributeMethod · 0.95
visit_StarredMethod · 0.95

Calls 5

invalid_typeMethod · 0.95
getattrFunction · 0.85
isinstanceFunction · 0.85
appendMethod · 0.80
popMethod · 0.45

Tested by

no test coverage detected