.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.pubsub.core.listenerimpl .. highlight:: python .. _wx.lib.pubsub.core.listenerimpl.ListenerValidator: ========================================================================================================================================== |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 ================================= .. raw:: html
Inheritance diagram for class ListenerValidator:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.pubsub.core.listenerbase.ValidatorBase` | |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.