Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mongodb/mongo-python-driver
/ do_task
Method
do_task
test/performance/perf_test.py:671–672 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
669
self.mp_map(insert_json_file_with_file_id, self.files)
670
671
def
do_task(self):
672
self.mp_map(read_json_file, self.files)
673
674
def
tearDown(self):
675
super().tearDown()
Callers
nothing calls this directly
Calls
1
mp_map
Method · 0.80
Tested by
no test coverage detected