Open Issues Need Help
View All on GitHub Problems with typing. about 2 months ago
AI Summary: Resolve type hinting issues in the `asyncev` Python library. The `asyncev.BaseEvent` abstract base class is causing type checking errors because subclasses aren't correctly recognized as fulfilling the base class's role in function signatures. The solution likely involves refining type hints to explicitly allow subclasses of `asyncev.BaseEvent` where appropriate, potentially using type unions or generics.
Complexity:
3/5
documentation help wanted