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

Method accept

mypy/semanal_shared.py:174–175  ·  view source on GitHub ↗
(self, node: Node)

Source from the content-addressed store, hash-verified

172
173 @abstractmethod
174 def accept(self, node: Node) -> None:
175 raise NotImplementedError
176
177 @abstractmethod
178 def anal_type(

Callers 1

has_placeholderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected