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