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

Method skip

tools/inspector_protocol/jinja2/lexer.py:333–336  ·  view source on GitHub ↗

Got n tokens ahead.

(self, n=1)

Source from the content-addressed store, hash-verified

331 return result
332
333 def skip(self, n=1):
334 """Got n tokens ahead."""
335 for x in range(n):
336 next(self)
337
338 def next_if(self, expr):
339 """Perform the token test and return the token if it matched.

Callers 5

parse_import_contextMethod · 0.45
parse_includeMethod · 0.45
parse_contextMethod · 0.45
parse_compareMethod · 0.45
parse_callMethod · 0.45

Calls 2

rangeFunction · 0.50
nextFunction · 0.50

Tested by

no test coverage detected