MCPcopy Index your code
hub / github.com/pyload/pyload / parse

Method parse

module/lib/jinja2/ext.py:96–102  ·  view source on GitHub ↗

If any of the :attr:`tags` matched this method is called with the parser as first argument. The token the parser stream is pointing at is the name token that matched. This method has to return one or a list of multiple nodes.

(self, parser)

Source from the content-addressed store, hash-verified

94 return stream
95
96 def parse(self, parser):
97 """If any of the :attr:`tags` matched this method is called with the
98 parser as first argument. The token the parser stream is pointing at
99 is the name token that matched. This method has to return one or a
100 list of multiple nodes.
101 """
102 raise NotImplementedError()
103
104 def attr(self, name, lineno=None):
105 """Return an attribute node for the current extension. This is useful

Callers 15

parseFunction · 0.45
_extractMethod · 0.45
$Function · 0.45
home.jsFile · 0.45
set_captchaFunction · 0.45
base.jsFile · 0.45
gFunction · 0.45
ElementFunction · 0.45
injectCombinatorFunction · 0.45
eFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected