MCPcopy Create free account
hub / github.com/nodejs/node / parse

Method parse

deps/v8/third_party/jinja2/ext.py:627–631  ·  view source on GitHub ↗
(self, parser: "Parser")

Source from the content-addressed store, hash-verified

625 tags = {"debug"}
626
627 def parse(self, parser: "Parser") -> nodes.Output:
628 lineno = parser.stream.expect("name:debug").lineno
629 context = nodes.ContextReference()
630 result = self.call_method("_render", [context], lineno=lineno)
631 return nodes.Output([result], lineno=lineno)
632
633 def _render(self, context: Context) -> str:
634 result = {

Callers

nothing calls this directly

Calls 2

expectMethod · 0.45
call_methodMethod · 0.45

Tested by

no test coverage detected