| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Disposition
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
RECEIVED = DispositionType(PN_RECEIVED, "RECEIVED")
|
|
ACCEPTED = DispositionType(PN_ACCEPTED, "ACCEPTED")
|
|
REJECTED = DispositionType(PN_REJECTED, "REJECTED")
|
|
RELEASED = DispositionType(PN_RELEASED, "RELEASED")
|
|
MODIFIED = DispositionType(PN_MODIFIED, "MODIFIED")
|
|
section_number = property(_get_section_number, _set_section_nu
|
|
section_offset = property(_get_section_offset, _set_section_of
|
|
failed = property(_get_failed, _set_failed)
|
|
undeliverable = property(_get_undeliverable, _set_undeliverable)
|
|
data = property(_get_data, _set_data)
|
|
annotations = property(_get_annotations, _set_annotations)
|
|
condition = property(_get_condition, _set_condition)
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
| Class Variable Details |
section_number
|
section_offset
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Feb 5 16:10:32 2019 | http://epydoc.sourceforge.net |