MCPcopy
hub / github.com/django/django / __exit__

Method __exit__

tests/user_commands/utils.py:21–23  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

19 return self
20
21 def __exit__(self, exc_type, exc_value, traceback):
22 self.mocker.stop()
23 self.test.assertIn("Formatters failed to launch", self.stderr.getvalue())

Callers

nothing calls this directly

Calls 2

stopMethod · 0.45
getvalueMethod · 0.45

Tested by

no test coverage detected