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

Method parse_not

tools/inspector_protocol/jinja2/parser.py:466–470  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

464 return left
465
466 def parse_not(self):
467 if self.stream.current.test('name:not'):
468 lineno = next(self.stream).lineno
469 return nodes.Not(self.parse_not(), lineno=lineno)
470 return self.parse_compare()
471
472 def parse_compare(self):
473 lineno = self.stream.current.lineno

Callers 1

parse_andMethod · 0.95

Calls 3

parse_compareMethod · 0.95
nextFunction · 0.50
testMethod · 0.45

Tested by

no test coverage detected