MCPcopy
hub / github.com/django/django / rtl

Method rtl

django/test/selenium.py:190–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188
189 @contextmanager
190 def rtl(self):
191 with self.desktop_size():
192 with override_settings(LANGUAGE_CODE=settings.LANGUAGES_BIDI[-1]):
193 yield
194
195 @contextmanager
196 def dark(self):

Callers

nothing calls this directly

Calls 2

desktop_sizeMethod · 0.95
override_settingsClass · 0.90

Tested by

no test coverage detected