«
module documentation

FiftyOne Server events polling.

Copyright 2017-2025, Voxel51, Inc.

Async Function dispatch_polling_event_listener Polling event listener interface
Variable _polling_listener Undocumented
async def dispatch_polling_event_listener(_: Request, payload: ListenPayload) -> dict: (source)

Polling event listener interface

Note

The polling event listener is a singleton, and is only a fallback for Google's Colaboratory connections

Parameters
_:RequestUndocumented
payload:ListenPayloadthe initialization payload
requestthe event source request
Returns
dictA server sent event source
_polling_listener: tuple[str, set[tuple[str, Listener]]] | None = (source)

Undocumented