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

Method accept

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

Source from the content-addressed store, hash-verified

84 raise NotImplementedError
85
86 def accept(self, visitor: Visitor) -> None:
87 raise NotImplementedError
88
89 def tokens(self) -> Iterator[lx.Token]:
90 raise NotImplementedError

Callers 8

find_variable_storesFunction · 0.45
check_escaping_callsFunction · 0.45
find_escaping_api_callsFunction · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected