MCPcopy Index your code
hub / github.com/python/cpython / parsing.py

File parsing.py

Tools/cases_generator/parsing.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Parser for bytecodes.inst."""
2
3from dataclasses import dataclass, field
4from typing import NamedTuple, Callable, TypeVar, Literal, cast, Iterator

Callers

nothing calls this directly

Calls 8

definitionMethod · 0.80
ParserClass · 0.70
openFunction · 0.50
readMethod · 0.45
splitlinesMethod · 0.45
indexMethod · 0.45
joinMethod · 0.45
pprintMethod · 0.45

Tested by

no test coverage detected