Attributes
- application_data
application_data = property(_get_application_data, _set_application_data)
- application_home
application_home = property(_get_application_home, _set_application_home)
- company
company = property(_get_company, _set_company)
- enable_toolkit
enable_toolkit = property(_get_enable_toolkit, _set_enable_toolkit)
- toolkit
toolkit = property(_get_toolkit, _set_toolkit)
- user_data
user_data = property(_get_user_data, _set_user_data)
Method summary
- __init__(self)
Methods
- __init__(self)
Constructor.
Note that this constructor can only ever be called from within this module, since we don't expose the class.