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

Method __init__

test/utils_spec_runner.py:31–36  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

29
30class SpecRunnerThread(ConcurrentRunner):
31 def __init__(self, name):
32 super().__init__(name=name)
33 self.exc = None
34 self.daemon = True
35 self.cond = _create_condition(_create_lock())
36 self.ops = []
37
38 def schedule(self, work):
39 self.ops.append(work)

Callers

nothing calls this directly

Calls 3

_create_conditionFunction · 0.90
_create_lockFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected