Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_memory
Method · 0.45
measure_peak_memory
Method · 0.45
run_parser
Function · 0.45
build_parser
Function · 0.45
simple_parser_main
Function · 0.45
Calls
no outgoing calls
Tested by
1
run_parser
Function · 0.36