_KeywordEvent¶
-
class
Cauldron.ext.declarative.events._KeywordEvent(keyword, instance, event)[source] [edit on github]¶ Bases:
objectInstrumentation to apply an event to a keyword.
Attributes Summary
namenlistenersNumber of listening callbacks. replace_methodMethods Summary
__call__(*args, **kwargs)This is used to call the underlying method, and to notify listeners. Attributes Documentation
-
name= ''¶
-
nlisteners¶ Number of listening callbacks.
-
replace_method= False¶
Methods Documentation
-
__call__(*args, **kwargs)[source] [edit on github]¶ This is used to call the underlying method, and to notify listeners.
-