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

decoding More...

Public Member Functions

def __init__ (self, value, excepted_value="")
 
def __repr__ (self)
 

Public Attributes

 value
 
 excepted_value
 
 name
 

Detailed Description

decoding

Definition at line 50 of file bach.py.

Constructor & Destructor Documentation

◆ __init__()

def atlas.codecs.bach.Context.__init__ (   self,
  value,
  excepted_value = "" 
)

Definition at line 51 of file bach.py.

Member Function Documentation

◆ __repr__()

def atlas.codecs.bach.Context.__repr__ (   self)

Definition at line 55 of file bach.py.

Member Data Documentation

◆ excepted_value

atlas.codecs.bach.Context.excepted_value

Definition at line 53 of file bach.py.

◆ name

atlas.codecs.bach.Context.name

Definition at line 54 of file bach.py.

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

◆ value

atlas.codecs.bach.Context.value

Definition at line 52 of file bach.py.


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