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

Method accept

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

Source from the content-addressed store, hash-verified

237 return a
238
239 def accept(self, visitor: NodeVisitor[T]) -> T:
240 raise RuntimeError("Not implemented", type(self))
241
242
243@trait

Callers 2

__str__Method · 0.95
str_with_optionsMethod · 0.95

Calls 2

RuntimeErrorClass · 0.85
typeClass · 0.85

Tested by

no test coverage detected