MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / _callTearDown

Method _callTearDown

test/__init__.py:880–882  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

878 self._callMaybeAsync(method)
879
880 def _callTearDown(self):
881 self._callAsync(self.tearDown)
882 self.tearDown()
883
884 def _callCleanup(self, function, *args, **kwargs):
885 self._callMaybeAsync(function, *args, **kwargs)

Callers

nothing calls this directly

Calls 2

_callAsyncMethod · 0.95
tearDownMethod · 0.95

Tested by

no test coverage detected