Atlas 0.7.0
Networking protocol for the Worldforge system.
atlas.codecs.binary1.Context Class Reference

Public Member Functions

def __init__ (self, data_flag, value, decoder=None)
 

Public Attributes

 data_flag
 
 value
 
 decoder
 
 remaining
 
 name
 
 is_mapping
 
 is_name
 

Detailed Description

Definition at line 135 of file binary1.py.

Constructor & Destructor Documentation

◆ __init__()

def atlas.codecs.binary1.Context.__init__ (   self,
  data_flag,
  value,
  decoder = None 
)

Definition at line 136 of file binary1.py.

Member Data Documentation

◆ data_flag

atlas.codecs.binary1.Context.data_flag

Definition at line 137 of file binary1.py.

◆ decoder

atlas.codecs.binary1.Context.decoder

Definition at line 139 of file binary1.py.

◆ is_mapping

atlas.codecs.binary1.Context.is_mapping

Definition at line 142 of file binary1.py.

◆ is_name

atlas.codecs.binary1.Context.is_name

Definition at line 143 of file binary1.py.

◆ name

atlas.codecs.binary1.Context.name

Definition at line 141 of file binary1.py.

Referenced by atlas.codecs.bach.BachParser.eos().

◆ remaining

atlas.codecs.binary1.Context.remaining

Definition at line 140 of file binary1.py.

◆ value

atlas.codecs.binary1.Context.value

Definition at line 138 of file binary1.py.


The documentation for this class was generated from the following file: