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

Method after

test/performance/perf_test.py:650–651  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

648 self.mp_map(insert_json_file, self.files)
649
650 def after(self):
651 self.corpus.drop()
652
653 def tearDown(self):
654 super().tearDown()

Callers

nothing calls this directly

Calls 1

dropMethod · 0.45

Tested by

no test coverage detected