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

Method accept

mypy/types.py:2061–2062  ·  view source on GitHub ↗
(self, visitor: TypeVisitor[T])

Source from the content-addressed store, hash-verified

2059 return None
2060
2061 def accept(self, visitor: TypeVisitor[T]) -> T:
2062 return visitor.visit_parameters(self)
2063
2064 def serialize(self) -> JsonDict:
2065 return {

Callers

nothing calls this directly

Calls 1

visit_parametersMethod · 0.45

Tested by

no test coverage detected