Home | Trees | Indices | Help |
|
---|
|
object --+ | Tag
|
|||
| __cmp__(self, other) | ||
|
__hash__(self) hash(x) |
||
|
__init__(self,
tag_class=0,
tag=0,
size=None,
container=False,
_bytes_read=0) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| __len__(self) | ||
|
__repr__(self) repr(x) |
||
|
is_terminator(self) Return True if this tag is the special type used to
terminate indefinite-length sequences (type 0, length 0).
|
||
| write(self, fd) | ||
Inherited from |
|
|||
| from_stream(fd) | ||
| from_tag(t, size=None) | ||
|
make_terminator() Return a tag that can be used to terminate indefinite-length sequences. |
|
|||
| container | ||
| size | ||
| tag | ||
| tag_class | ||
Inherited from |
|
|
|
|
|
|
|
|
True if this tag is the special type used to
terminate indefinite-length sequences (type 0, length 0).
|
|
|
|
containerNone
|
sizeNone
|
tagNone
|
tag_classNone
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Mon Nov 27 18:56:25 2006 | http://epydoc.sourceforge.net |