Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ setUp
Method
setUp
tornado/test/template_test.py:522–523 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
520
521
class
TemplateLoaderTest(unittest.TestCase):
522
def
setUp(self):
523
self.loader = Loader(os.path.join(os.path.dirname(__file__),
"templates"
))
524
525
def
test_utf8_in_file(self):
526
tmpl = self.loader.load(
"utf8.html"
)
Callers
nothing calls this directly
Calls
2
Loader
Class · 0.90
join
Method · 0.80
Tested by
no test coverage detected