MCPcopy Index your code
hub / github.com/webpy/webpy / identifier

Method identifier

web/template.py:277–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 extended_expr()
276
277 def identifier():
278 return next(tokens)
279
280 def extended_expr():
281 lookahead = tokens.peek()

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected