Cannot assign to attribute "updateEvent" for class "Ticker"
Expression of type "Event" cannot be assigned to attribute "updateEvent" of class "Ticker"
"Event" is not assignable to "TickerUpdateEvent"
just wondering is this the right way to use the updateEvent handler?
i have a code like this:
however, I got some Python type error:
just wondering is this the right way to use the
updateEvent
handler?