| Home | Trees | Indices | Help |
|
|---|
|
|
Simple pack transform. Only a single piece of data can be used. Usefull to generate binary data from a generator.
Format C Type Python Notes x pad byte no value c char string of length 1 b signed char integer B unsigned char integer h short integer H unsigned short integer i int integer I unsigned int long l long integer L unsigned long long q long long long (1) Q unsigned long long long (1) f float float d double float s char[] string p char[] string P void * integer
|
|||
|
|||
| string |
|
||
|
Inherited from |
|||
|
|||
Create a Pack trasnformer. packFormat is a standard pack format string. Format string should only contain a single data place holder.
|
Run pack on data
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:17:13 2008 | http://epydoc.sourceforge.net |