__init__(self,
client_instance=None,
logger=None,
loglevel=56)
(Constructor)
| source code
|
This is a meta class and has no functionality as such. It is used as
parent class by »real« X2Go MIME box actions.
- Parameters:
client_instance (obj ) - an X2GoClient instance, within your customized X2GoClient make sure you have a
HOOK_open_mimebox_saveas_dialog(filename=<str>)
method defined that will actually handle the incoming mimebox
file.
logger (obj ) - you can pass an X2GoLogger object to the X2GoMIMEboxActionSAVEAS constructor
loglevel (int ) - if no X2GoLogger object has been supplied a new one
will be constructed with the given loglevel
- Raises:
- Overrides:
X2GoMIMEboxAction.__init__
|