|
Atlas 0.7.0
Networking protocol for the Worldforge system.
|
Public Member Functions | |
| def | __init__ (self, data_flag, value, decoder=None) |
Public Attributes | |
| data_flag | |
| value | |
| decoder | |
| remaining | |
| name | |
| is_mapping | |
| is_name | |
Definition at line 135 of file binary1.py.
| def atlas.codecs.binary1.Context.__init__ | ( | self, | |
| data_flag, | |||
| value, | |||
decoder = None |
|||
| ) |
Definition at line 136 of file binary1.py.
| atlas.codecs.binary1.Context.data_flag |
Definition at line 137 of file binary1.py.
| atlas.codecs.binary1.Context.decoder |
Definition at line 139 of file binary1.py.
| atlas.codecs.binary1.Context.is_mapping |
Definition at line 142 of file binary1.py.
| atlas.codecs.binary1.Context.is_name |
Definition at line 143 of file binary1.py.
| atlas.codecs.binary1.Context.name |
Definition at line 141 of file binary1.py.
Referenced by atlas.codecs.bach.BachParser.eos().
| atlas.codecs.binary1.Context.remaining |
Definition at line 140 of file binary1.py.
| atlas.codecs.binary1.Context.value |
Definition at line 138 of file binary1.py.