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

Method template

web/template.py:1137–1138  ·  view source on GitHub ↗
(*a, **kw)

Source from the content-addressed store, hash-verified

1135 if self._base and isinstance(t, Template):
1136
1137 def template(*a, **kw):
1138 return self._base(t(*a, **kw))
1139
1140 return template
1141 else:

Callers

nothing calls this directly

Calls 1

tFunction · 0.85

Tested by

no test coverage detected