MCPcopy Index your code
hub / github.com/nodejs/node / push

Method push

deps/v8/third_party/jinja2/lexer.py:348–350  ·  view source on GitHub ↗

Push a token back to the stream.

(self, token: Token)

Source from the content-addressed store, hash-verified

346 return not self
347
348 def push(self, token: Token) -> None:
349 """Push a token back to the stream."""
350 self._pushed.append(token)
351
352 def look(self) -> Token:
353 """Look at the next token."""

Callers 15

lookMethod · 0.95
regress-903566.jsFile · 0.45
timeStyleFunction · 0.45
timeZoneNameFunction · 0.45
regress-10613.jsFile · 0.45
secondFunction · 0.45
fractionalSecondDigitsFunction · 0.45
timeZoneNameFunction · 0.45
weekdayFunction · 0.45
yearFunction · 0.45
monthFunction · 0.45
dayFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by 1

testFunction · 0.36