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

Method _callSetUp

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

Source from the content-addressed store, hash-verified

871 self.addCleanup(*(func, *args), **kwargs)
872
873 def _callSetUp(self):
874 self.setUp()
875 self._callAsync(self.setUp)
876
877 def _callTestMethod(self, method):
878 self._callMaybeAsync(method)

Callers

nothing calls this directly

Calls 2

setUpMethod · 0.95
_callAsyncMethod · 0.95

Tested by

no test coverage detected