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

Method tearDown

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

Source from the content-addressed store, hash-verified

1201 self.client_knobs.enable()
1202
1203 def tearDown(self) -> None:
1204 self.client_knobs.disable()
1205 super().tearDown()
1206
1207
1208def setup():

Callers

nothing calls this directly

Calls 2

disableMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected