Atlas  0.7.0
Networking protocol for the Worldforge system.
atlas.codecs.parse_def.DefParser Class Reference

Public Member Functions

def __init__ (self)
 
def parse_lines (self, lines, depth, parent_obj)
 
def read_file (self, filename)
 
def syntax_error (self, msg, obj)
 
def check_fill (self)
 
def fill_id_dict (self)
 
def fill_children (self)
 
def check_type_object (self, obj)
 
def check_type (self)
 

Public Attributes

 id_dict
 
 objects
 
 lineno
 
 filename
 

Detailed Description

reads 'atlas def' files into atlas Objects

Definition at line 25 of file parse_def.py.

Member Function Documentation

◆ check_fill()

def atlas.codecs.parse_def.DefParser.check_fill (   self)

◆ check_type_object()

def atlas.codecs.parse_def.DefParser.check_type_object (   self,
  obj 
)

◆ fill_id_dict()

def atlas.codecs.parse_def.DefParser.fill_id_dict (   self)

◆ read_file()

def atlas.codecs.parse_def.DefParser.read_file (   self,
  filename 
)

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