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