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

Method parse_context

tools/inspector_protocol/jinja2/parser.py:310–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 node.names = []
309
310 def parse_context():
311 if self.stream.current.value in ('with', 'without') and \
312 self.stream.look().test('name:context'):
313 node.with_context = next(self.stream).value == 'with'
314 self.stream.skip()
315 return True
316 return False
317
318 while 1:
319 if node.names:

Callers

nothing calls this directly

Calls 4

nextFunction · 0.50
testMethod · 0.45
lookMethod · 0.45
skipMethod · 0.45

Tested by

no test coverage detected