Python Developer — Hard
Key points
- The EventMixin class triggers events based on method names.
- App class inherits from EventMixin and defines the 'on_start' method.
- The 'trigger' method in EventMixin checks for the handler and calls it if it's callable.
Ready to go further?
Related questions
