Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ clear_locale_cache
Method
clear_locale_cache
tornado/test/locale_test.py:16–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
SAVE_VARS = [
"_translations"
,
"_supported_locales"
,
"_use_gettext"
]
15
16
def
clear_locale_cache(self):
17
tornado.locale.Locale._cache = {}
18
19
def
setUp(self):
20
self.saved = {}
# type: dict
Callers
2
setUp
Method · 0.95
tearDown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected