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

Method tearDown

tornado/test/locale_test.py:25–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.clear_locale_cache()
24
25 def tearDown(self):
26 for k, v in self.saved.items():
27 setattr(tornado.locale, k, v)
28 self.clear_locale_cache()
29
30 def test_csv(self):
31 tornado.locale.load_translations(

Callers

nothing calls this directly

Calls 2

clear_locale_cacheMethod · 0.95
itemsMethod · 0.80

Tested by

no test coverage detected