MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / target

Method target

pymongo/asynchronous/topology.py:194–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 weak: weakref.ReferenceType[queue.Queue[Any]]
193
194 async def target() -> bool:
195 return process_events_queue(weak)
196
197 executor = periodic_executor.AsyncPeriodicExecutor(
198 interval=common.EVENTS_QUEUE_FREQUENCY,

Callers

nothing calls this directly

Calls 1

process_events_queueFunction · 0.70

Tested by

no test coverage detected