Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mongodb/mongo-python-driver
/ _process_periodic_tasks
Method
_process_periodic_tasks
test/pymongo_mocks.py:248–251 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
246
return
response, rtt
247
248
def
_process_periodic_tasks(self):
249
# Avoid the background thread causing races, e.g. a surprising
250
# reconnect while we're trying to test a disconnected client.
251
pass
Callers
3
test_close_kills_cursors
Method · 0.45
test_process_periodic_tasks
Method · 0.45
test_close_kills_cursor_synchronously
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_close_kills_cursors
Method · 0.36
test_process_periodic_tasks
Method · 0.36
test_close_kills_cursor_synchronously
Method · 0.36