__init__(self,
client_instance=None,
save_to_folder=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 print actions.
- Parameters:
client_instance (obj ) - the underlying X2GoClient instance
save_to_folder (str ) - saving location for incoming print jobs (PDF files)
logger (obj ) - you can pass an X2GoLogger object to the X2GoPrintActionPDFSAVE constructor
loglevel (int ) - if no X2GoLogger object has been supplied a new one
will be constructed with the given loglevel
- Overrides:
X2GoPrintAction.__init__
|