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

Method addCleanup

test/__init__.py:870–871  ·  view source on GitHub ↗
(self, func, /, *args, **kwargs)

Source from the content-addressed store, hash-verified

868 pass
869
870 def addCleanup(self, func, /, *args, **kwargs):
871 self.addCleanup(*(func, *args), **kwargs)
872
873 def _callSetUp(self):
874 self.setUp()

Calls

no outgoing calls