xmms.common
index
/home/blindaue/rpm/BUILD/pyxmms-2.06/build/lib.linux-ppc-2.4/xmms/common.py

Python interface to XMMS --- common module.
 
This module is part of PyXMMS and contains objects to share between
other modules in the xmms package, most interestingly the 'error'
generic exception.
 
It also provides 'PyXMMSGenericException' as an alias for 'error' to
preserve backward-compatibility, but its use is deprecated.

 
Classes
       
exceptions.Exception
error
error

 
PyXMMSGenericException = class error(exceptions.Exception)
    Base class for exceptions in the xmms package.
 
  Methods defined here:
__init__(self, message=None)
__str__(self)
complete_message(self)

Data and other attributes defined here:
ExceptionShortDescription = 'PyXMMS generic exception'

Methods inherited from exceptions.Exception:
__getitem__(...)

 
class error(exceptions.Exception)
    Base class for exceptions in the xmms package.
 
  Methods defined here:
__init__(self, message=None)
__str__(self)
complete_message(self)

Data and other attributes defined here:
ExceptionShortDescription = 'PyXMMS generic exception'

Methods inherited from exceptions.Exception:
__getitem__(...)