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

Class StringLeaf

Tools/peg_generator/pegen/grammar.py:128–132  ·  view source on GitHub ↗

The value is a string literal, including quotes.

Source from the content-addressed store, hash-verified

126
127
128class StringLeaf(Leaf):
129 """The value is a string literal, including quotes."""
130
131 def __repr__(self) -> str:
132 return f"StringLeaf({self.value!r})"
133
134
135class Rhs:

Callers 1

atomMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…