| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
SharedanceConnector
Sharedance connection abstraction
If magic is enabled (see __init__), the data will be extended with the magic string (_MAGIC), followed by 0 byte, a flag number (decimal notation), a LF, the data length (decimal, too) and another LF. On the read this data will be used to transparently check for consistency and evaluate the flags (Currently there's only one: compressed)
|
|||
|
|||
|
|||
|
|||
|
|||
| dict |
|
||
|
Inherited from |
|||
|
|||
| str |
_RETURN_OK = OK return value |
||
| str |
_MAGIC = Magic string to mark our own format |
||
|
|||
|
Inherited from |
|||
|
|||
Initialization The magic parameter determines whether the connection object should transparently handle extended values:
|
|
|
|
Check sharedance server for functionality The check results are stored in a dict with the following keys:
|
| Home | Trees | Indices | Help |
|
|---|