api/ws_dev_test.py.dox.md
ws_dev_test.py API endpoint.ws_dev_test.py because this directory is intentionally flat.ws_dev_test.py owns the runtime implementation.ws_dev_test.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.WsDevTest (WsHandler)
async process(self, event: str, data: dict, sid: str) -> dict[str, Any] | WsResult | Nonehelpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.WsDevTest is a WsHandler.WsDevTest defines process(...).asyncio, helpers, helpers.print_style, helpers.ws, helpers.ws_manager, typing.event.startswith, self.manager.register_diagnostic_watcher, self.manager.unregister_diagnostic_watcher, PrintStyle.info, PrintStyle.debug, PrintStyle.warning, runtime.is_development, WsResult.error, self.broadcast, asyncio.sleep, self.emit_to, self.dispatch_to_all_sids.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.No child DOX files.