MCPcopy
hub / github.com/plotly/dash / _get_pending_get_props

Method _get_pending_get_props

dash/backends/ws.py:96–98  ·  view source on GitHub ↗

Get the pending_get_props dict.

(self)

Source from the content-addressed store, hash-verified

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."""
98 return self._pending_get_props
99
100 def _queue_message(self, msg: dict) -> None:
101 """Serialize and queue message for sending (thread-safe, non-blocking).

Callers 1

get_propMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected