MCPcopy Index your code
hub / github.com/plotly/dash / _get_outbound_queue

Method _get_outbound_queue

dash/backends/ws.py:92–94  ·  view source on GitHub ↗

Get the outbound queue.

(self)

Source from the content-addressed store, hash-verified

90 return self._shutdown_event.is_set()
91
92 def _get_outbound_queue(self) -> janus.Queue[str] | None:
93 """Get the outbound queue."""
94 return self._outbound_queue
95
96 def _get_pending_get_props(self) -> Dict[str, queue.Queue[Any]] | None:
97 """Get the pending_get_props dict."""

Callers 1

_queue_messageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected