Movatterモバイル変換
[0]ホーム
18.24.4 Binary Objects
This class may be initialized from string data (which may include NULs).The primary access to the content of aBinary object isprovided by an attribute:
- data
- The binary data encapsulated by theBinary instance. The datais provided as an 8-bit string.
Binary objects have the following methods, supported mainlyfor internal use by the marshalling/unmarshalling code:
- Accept a base64 string and decode it as the instance's new data.
- Write the XML-RPC base 64 encoding of this binary item to the outstream object.
It also supports certain of Python's built-in operators through a__cmp__() method.
Release 2.5.2, documentation updated on 21st February, 2008. SeeAbout this document... for information on suggesting changes.
[8]ページ先頭