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

Class NegativeLookahead

Tools/peg_generator/pegen/grammar.py:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231
232
233class NegativeLookahead(Lookahead):
234 def __init__(self, node: Plain):
235 super().__init__(node, "!")
236
237 def __repr__(self) -> str:
238 return f"NegativeLookahead({self.node!r})"
239
240
241class Opt:

Callers 1

lookaheadMethod · 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…