MCPcopy
hub / github.com/django/django / enable

Method enable

tests/test_utils/tests.py:2452–2453  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2450
2451class DoNothingDecorator(TestContextDecorator):
2452 def enable(self):
2453 pass
2454
2455 def disable(self):
2456 pass

Callers 5

test_context_managerMethod · 0.45
run_setupMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected