Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
pull/1215/head
Windpicker-owo 2025-08-23 23:41:03 +08:00 committed by GitHub
parent 6ed7ba1e92
commit ab7e11633a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class EventManager:
""" """
return self._event_handlers.get(handler_name) return self._event_handlers.get(handler_name)
def get_all_event_handlers(self) -> Dict[str, Type[BaseEventHandler]]: def get_all_event_handlers(self) -> Dict[str, BaseEventHandler]:
"""获取所有已注册的事件处理器 """获取所有已注册的事件处理器
Returns: Returns: