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

File grammar_visualizer.py

Tools/peg_generator/pegen/grammar_visualizer.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import argparse
2import sys
3from collections.abc import Callable, Iterator
4from typing import Any

Callers

nothing calls this directly

Calls 2

mainFunction · 0.70
add_argumentMethod · 0.45

Tested by

no test coverage detected