MCPcopy
hub / github.com/pyload/pyload / render

Method render

module/lib/bottle.py:2531–2535  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

2529 self.tpl = Template(uri=self.name, filename=self.filename, lookup=lookup, **options)
2530
2531 def render(self, *args, **kwargs):
2532 for dictarg in args: kwargs.update(dictarg)
2533 _defaults = self.defaults.copy()
2534 _defaults.update(kwargs)
2535 return self.tpl.render(**_defaults)
2536
2537
2538class CheetahTemplate(BaseTemplate):

Callers

nothing calls this directly

Calls 3

updateMethod · 0.45
copyMethod · 0.45
renderMethod · 0.45

Tested by

no test coverage detected