MCPcopy Create free account
hub / github.com/aws/aws-cli / start_n_threads

Method start_n_threads

tests/functional/history/test_db.py:66–70  ·  view source on GitHub ↗
(self, n)

Source from the content-addressed store, hash-verified

64 self.writer = DatabaseRecordWriter(self.connection)
65
66 def start_n_threads(self, n):
67 for _ in range(n):
68 t = ThreadedRecordWriter(self.writer)
69 t.start()
70 self.threads.append(t)
71
72 def tearDown(self):
73 for t in self.threads:

Callers 1

Calls 2

startMethod · 0.95

Tested by

no test coverage detected