MCPcopy Create free account
hub / github.com/webpy/webpy / attr_access

Method attr_access

web/template.py:292–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 return
291
292 def attr_access():
293 from token import NAME # python token constants
294
295 if tokens[1].type == NAME:
296 next(tokens) # consume dot
297 identifier()
298 extended_expr()
299
300 def paren_expr():
301 begin = next(tokens).value

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected