| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
BinaryType Abstract base class for binary data types. |
|||
|
BinarySimpleType Abstract base class for binary data types. |
|||
|
bytes str(object) -> string |
|||
|
IntType Basic implementation of a 32-bit signed integer type. |
|||
|
UIntType Implementation of a 32-bit unsigned integer type. |
|||
|
ByteType Implementation of a 8-bit signed integer type. |
|||
|
UByteType Implementation of a 8-bit unsigned integer type. |
|||
|
ShortType Implementation of a 16-bit signed integer type. |
|||
|
UShortType Implementation of a 16-bit unsigned integer type. |
|||
|
BoolType Simple bool implementation. |
|||
|
CharType Implementation of an (unencoded) 8-bit character. |
|||
|
Float Implementation of a 32-bit float. |
|||
|
ZString String of variable length (null terminated). |
|||
|
FixedString String of fixed length. |
|||
|
SizedString Basic type for strings. |
|||
|
UndecodedData Basic type for undecoded data trailing at the end of a file. |
|||
|
|||
| C{_bytes} |
|
||
|
|||
|
|||
_b =
|
|||
_b00 =
|
|||
__package__ =
|
|||
|
|||
Helper function which converts a string to _bytes (this is useful for set_value in all string classes, which use bytes for representation). >>> # following doctest fails on py3k, hence disabled >>> _as_bytes(u"\u00e9defa") == u"\u00e9defa".encode("utf-8") # doctest: +SKIP True >>> _as_bytes(123) # doctest: +ELLIPSIS Traceback (most recent call last): ... TypeError: ...
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 10 19:03:24 2011 | http://epydoc.sourceforge.net |