Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ start
Method
start
test/helpers.py:147–148 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
145
if
not _IS_SYNC:
146
147
def
start(self):
148
self.task = create_task(self.run(), name=self.name)
149
150
def
join(self, timeout: Optional[float] = None):
# type: ignore[override]
151
if
self.task is not None:
Callers
15
test_max_pool_size
Method · 0.95
test_max_pool_size_none
Method · 0.95
test_change_streams
Method · 0.95
test_connection_close_does_not_block_other_operations
Method · 0.95
test_heartbeat_start_ordering
Method · 0.95
test_pool_paused_error_is_retryable
Method · 0.45
test_threaded_reads
Method · 0.45
test_threaded_writes
Method · 0.45
_test_no_gc_deadlock
Method · 0.45
test_session_gc
Method · 0.45
test_threaded_reads
Method · 0.45
test_threaded_writes
Method · 0.45
Calls
2
run
Method · 0.95
create_task
Function · 0.90
Tested by
15
test_max_pool_size
Method · 0.76
test_max_pool_size_none
Method · 0.76
test_change_streams
Method · 0.76
test_connection_close_does_not_block_other_operations
Method · 0.76
test_heartbeat_start_ordering
Method · 0.76
test_pool_paused_error_is_retryable
Method · 0.36
test_threaded_reads
Method · 0.36
test_threaded_writes
Method · 0.36
_test_no_gc_deadlock
Method · 0.36
test_session_gc
Method · 0.36
test_threaded_reads
Method · 0.36
test_threaded_writes
Method · 0.36