MCPcopy
hub / github.com/django/django / disable

Method disable

django/test/utils.py:908–909  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

906 set_script_prefix(self.prefix)
907
908 def disable(self):
909 set_script_prefix(self.old_prefix)
910
911
912class LoggingCaptureMixin:

Callers

nothing calls this directly

Calls 1

set_script_prefixFunction · 0.90

Tested by

no test coverage detected