No documentation available.
More...
Data descriptors defined here: |
def | __weakref__ |
| list of weak references to the object (if defined)
|
Methods inherited from exceptions.RuntimeError: |
def | __init__ |
Data and other attributes inherited from exceptions.RuntimeError: |
def | __new__ |
Detailed Description
No documentation available.
Method resolution order
UnavailableLicenseException
exceptions.RuntimeError
exceptions.StandardError
exceptions.Exception
exceptions.BaseException
builtin.object
Constructor & Destructor Documentation
def Plugins.UnavailableLicenseException.__init__ |
( |
|
args | ) |
|
x.__init__(...) initializes x; see help(type(x)) for signature
Member Function Documentation
def Plugins.UnavailableLicenseException.__delattr__ |
( |
|
name | ) |
|
Equivalent to del x.name.
def Plugins.UnavailableLicenseException.__dict__ |
( |
|
args | ) |
|
def Plugins.UnavailableLicenseException.__getattribute__ |
( |
|
name | ) |
|
def Plugins.UnavailableLicenseException.__getitem__ |
( |
|
y | ) |
|
def Plugins.UnavailableLicenseException.__getslice__ |
( |
|
i, |
|
|
|
j |
|
) |
| |
Equivalent to x[i:j].
Use of negative indices is not supported.
def Plugins.UnavailableLicenseException.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of type object>
def Plugins.UnavailableLicenseException.__reduce__ |
( |
|
args | ) |
|
def Plugins.UnavailableLicenseException.__repr__ |
( |
|
args | ) |
|
def Plugins.UnavailableLicenseException.__setattr__ |
( |
|
name, |
|
|
|
value |
|
) |
| |
Equivalent to x.name = value.
def Plugins.UnavailableLicenseException.__setstate__ |
( |
|
args | ) |
|
def Plugins.UnavailableLicenseException.__str__ |
( |
|
args | ) |
|
def Plugins.UnavailableLicenseException.__unicode__ |
( |
|
args | ) |
|
def Plugins.UnavailableLicenseException.__weakref__ |
( |
|
args | ) |
|
list of weak references to the object (if defined)
def Plugins.UnavailableLicenseException.args |
( |
|
args | ) |
|
def Plugins.UnavailableLicenseException.message |
( |
|
args | ) |
|