This method is called from ProcessEvent.__init__(). This method is
empty here and must be redefined to be useful. In effect, if you need to
specifically initialize your subclass' instance then you just have to
override this method in your subclass. Then all the keyworded arguments
passed to ProcessEvent.__init__() will be transmitted as parameters to
this method. Beware you MUST pass keyword arguments though.
- Parameters:
out (Object providing a valid file object interface.) - Where events will be written.
- Overrides:
ProcessEvent.my_init
|