Phoenix Logo

phoenix_title wx.lib.pubsub.core.listenerimpl.ListenerValidator

Do not accept any required args or *args; accept any **kwarg, and require that the Listener have at least all the kwargs (can have extra) of Topic.


class_hierarchy Class Hierarchy

Inheritance diagram for class ListenerValidator:


api Class API



class ListenerValidator(ValidatorBase)

Do not accept any required args or *args; accept any **kwarg, and require that the Listener have at least all the kwargs (can have extra) of Topic.