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

Method accept

Tools/cases_generator/parsing.py:162–164  ·  view source on GitHub ↗
(self, visitor: Visitor)

Source from the content-addressed store, hash-verified

160 self.body.print(out)
161
162 def accept(self, visitor: Visitor) -> None:
163 visitor(self)
164 self.body.accept(visitor)
165
166 def tokens(self) -> Iterator[lx.Token]:
167 yield self.while_

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected