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

Function t

tests/test_template.py:25–27  ·  view source on GitHub ↗
(code, **keywords)

Source from the content-addressed store, hash-verified

23
24
25def t(code, **keywords):
26 tmpl = Template(code, **keywords)
27 return lambda *a, **kw: _TestResult(tmpl(*a, **kw))
28
29
30class TemplateTest(unittest.TestCase):

Callers 9

testPrintMethod · 0.85
testAttrMethod · 0.85
test_overriddenMethod · 0.85
test_quotesMethod · 0.85
test_accessorMethod · 0.85
test_hrefMethod · 0.85
testBooleanMethod · 0.85
djangoerrorFunction · 0.85
templateMethod · 0.85

Calls 2

TemplateClass · 0.90
_TestResultClass · 0.85

Tested by

no test coverage detected