| Home | Trees | Indices | Help |
|
|---|
|
|
Contains some binary data. Can be set by string containing several formats of binary data such as " FF FF FF FF " or "ÿ ÿ ÿ", etc.
Example:
>>> gen = StaticBinary("""41 41 41 ... 41 41 41 41 0x41 0x41""") >>> >>> print gen.getValue() AAAAAAAAA
|
|||
|
|||
| Static |
|
||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
_regsHex = re.compile(r"^(\s*\\x([a-zA-Z0-9]{2})\s*)"), re.com
|
|||
|
|||
Base constructor, please call me!
|
Set binary data to be used.
|
|
|
|||
_regsHex
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:17:07 2008 | http://epydoc.sourceforge.net |