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

Method __init__

test/test_gridfs.py:65–70  ·  view source on GitHub ↗
(self, fs, n, results)

Source from the content-addressed store, hash-verified

63
64class JustRead(ConcurrentRunner):
65 def __init__(self, fs, n, results):
66 super().__init__()
67 self.fs = fs
68 self.n = n
69 self.results = results
70 self.daemon = True
71
72 def run(self):
73 for _ in range(self.n):

Callers 2

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected