Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ __init__
Method
__init__
web/template.py:1039–1041 ·
view source on GitHub ↗
(self, f, filename)
Source
from the content-addressed store, hash-verified
1037
1038
class
CompiledTemplate(Template):
1039
def
__init__(self, f, filename):
1040
Template.__init__(self,
""
, filename)
1041
self.t = f
1042
1043
def
compile_template(self, *a):
1044
return
None
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected