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__ |
Methods inherited from exceptions.BaseException: | |
def | __delattr__ |
Equivalent to del x.name. | |
def | __getattribute__ |
Equivalent to x.name. | |
def | __getitem__ |
Equivalent to x[y]. | |
def | __getslice__ |
Equivalent to x[i:j]. | |
def | __reduce__ |
def | __repr__ |
Equivalent to repr(x) | |
def | __setattr__ |
Equivalent to x.name = value. | |
def | __setstate__ |
def | __str__ |
Equivalent to str(x) | |
def | __unicode__ |
Data descriptors inherited from exceptions.BaseException: | |
def | __dict__ |
def | args |
def | message |
No documentation available.
Guarded
exceptions.Exception
exceptions.BaseException
builtin.object
def dismissal_guard.Guarded.__init__ | ( | args | ) |
x.__init__(...) initializes x; see help(type(x)) for signature
def dismissal_guard.Guarded.__delattr__ | ( | name | ) |
Equivalent to del x.name.
def dismissal_guard.Guarded.__dict__ | ( | args | ) |
def dismissal_guard.Guarded.__getattribute__ | ( | name | ) |
Equivalent to x.name.
def dismissal_guard.Guarded.__getitem__ | ( | y | ) |
Equivalent to x[y].
def dismissal_guard.Guarded.__getslice__ | ( | i, | |
j | |||
) |
Equivalent to x[i:j].
Use of negative indices is not supported.
def dismissal_guard.Guarded.__new__ | ( | args | ) |
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of type object>
def dismissal_guard.Guarded.__reduce__ | ( | args | ) |
__reduce__(args)
def dismissal_guard.Guarded.__repr__ | ( | args | ) |
Equivalent to repr(x)
def dismissal_guard.Guarded.__setattr__ | ( | name, | |
value | |||
) |
Equivalent to x.name = value.
def dismissal_guard.Guarded.__setstate__ | ( | args | ) |
__setstate__(args)
def dismissal_guard.Guarded.__str__ | ( | args | ) |
Equivalent to str(x)
def dismissal_guard.Guarded.__unicode__ | ( | args | ) |
__unicode__(args)
def dismissal_guard.Guarded.__weakref__ | ( | args | ) |
list of weak references to the object (if defined)
def dismissal_guard.Guarded.args | ( | args | ) |
def dismissal_guard.Guarded.message | ( | args | ) |