We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4962e commit fbf58a7Copy full SHA for fbf58a7
src/socketio-stubs/base_server.pyi
@@ -42,7 +42,7 @@ class BaseServer(Generic[_IsAsyncio, _T_co]):
42
packet_class: type[Packet]
43
eio: _T_co
44
environ: Mapping[str, Any]
45
- handlers: Callable[..., Any]
+ handlers: dict[str, Callable[..., Any]]
46
namespace_handlers: dict[str, Callable[..., Any]]
47
not_handled: object
48
logger: logging.Logger
0 commit comments