MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / __init__

Method __init__

test/test_gridfs.py:51–55  ·  view source on GitHub ↗
(self, fs, n)

Source from the content-addressed store, hash-verified

49
50class JustWrite(ConcurrentRunner):
51 def __init__(self, fs, n):
52 super().__init__()
53 self.fs = fs
54 self.n = n
55 self.daemon = True
56
57 def run(self):
58 for _ in range(self.n):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected