MCPcopy 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

Calls

no outgoing calls