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

Method start

Tools/peg_generator/pegen/parser.py:181–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179
180 @abstractmethod
181 def start(self) -> Any:
182 pass
183
184 def showpeek(self) -> str:
185 tok = self._tokenizer.peek()

Callers 5

benchmark_memoryMethod · 0.45
measure_peak_memoryMethod · 0.45
run_parserFunction · 0.45
build_parserFunction · 0.45
simple_parser_mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

run_parserFunction · 0.36