Classes | Functions | Variables
yat Namespace Reference

Classes

class  GeneratorBase
 
class  InvalidDirective
 
class  NotFinalElement
 
class  NotFound
 
class  Template
 
class  UnexpectedData
 
class  UnknownError
 
class  UnmatchedBlock
 
class  UnmatchedData
 
class  YATException
 

Functions

def nesteditem (aList)
 

Variables

 default_flow_style
 
list dict = []
 
string program
 
 t = Template(template[i])
 
list template = []
 

Function Documentation

def yat.nesteditem (   aList)

Definition at line 732 of file yat.py.

Variable Documentation

yat.default_flow_style

Definition at line 828 of file yat.py.

list yat.dict = []

Definition at line 743 of file yat.py.

string yat.program
Initial value:
1 = """
2 class Generator(GeneratorBase):
3  def __init__(self, token, dict):
4  GeneratorBase.__init__(self, token, dict)
5  def generate(self):
6  try:
7  self.process()
8  except YATException, e:
9  self.print_error(e)
10  sys.exit(-1)
11  return self.text
12 
13  def process(self):
14 """

Definition at line 571 of file yat.py.

yat.t = Template(template[i])

Definition at line 820 of file yat.py.

list yat.template = []

Definition at line 744 of file yat.py.



openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:40