MCPcopy Index your code
hub / github.com/python/mypy / accept

Method accept

mypy/nodes.py:4779–4780  ·  view source on GitHub ↗
(self, visitor: NodeVisitor[T])

Source from the content-addressed store, hash-verified

4777 assert False, "PlaceholderNode can't be serialized"
4778
4779 def accept(self, visitor: NodeVisitor[T]) -> T:
4780 return visitor.visit_placeholder_node(self)
4781
4782
4783class SymbolTableNode:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected