MCPcopy
hub / github.com/tornadoweb/tornado / tearDown

Method tearDown

tornado/test/web_test.py:2180–2182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2178 )
2179
2180 def tearDown(self):
2181 super().tearDown()
2182 RequestHandler._template_loaders.clear()
2183
2184 def get_handlers(self):
2185 class CurrentUserHandler(RequestHandler):

Callers

nothing calls this directly

Calls 2

tearDownMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected