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