You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is not a corresponding class in the actual API. This is used as an annotation to specify the events in observe_deep and hopefully provide some type narrowing support for strongly typed code analyzers.
But that is a pain I agree. We could specify the exhaustive union in observe_deep, but it might make the annotations less legible.
y_py.pyi
definesEvent
ypy/y_py.pyi
Line 21 in d3387a5
AttributeError: module 'y_py' has no attribute 'Event'
The text was updated successfully, but these errors were encountered: