_KeywordListener¶
-
class
Cauldron.ext.declarative.events._KeywordListener(keyword, instance, event)[source] [edit on github]¶ Bases:
objectA listener to help fire events on a keyword object.
Methods Summary
__call__(*args, **kwargs)Ensure that the dispatcher fires before the keyword’s own implementation. Methods Documentation
-
__call__(*args, **kwargs)[source] [edit on github]¶ Ensure that the dispatcher fires before the keyword’s own implementation.
-