CACAO
Public Member Functions | Data Fields
instruction_gen.Template Class Reference

Public Member Functions

def __init__
 
def print_header
 
def print_line
 
def print_footer
 

Data Fields

 file
 
 filename
 
 line
 
 file_desc
 
 header
 
 footer
 

Detailed Description

Definition at line 94 of file instruction_gen.py.

Constructor & Destructor Documentation

def instruction_gen.Template.__init__ (   self,
  filename,
  file_desc,
  line,
  header = '',
  footer = '' 
)

Definition at line 95 of file instruction_gen.py.

Member Function Documentation

def instruction_gen.Template.print_footer (   self,
  entry 
)

Definition at line 116 of file instruction_gen.py.

def instruction_gen.Template.print_header (   self,
  entry 
)

Definition at line 102 of file instruction_gen.py.

def instruction_gen.Template.print_line (   self,
  entry 
)

Definition at line 109 of file instruction_gen.py.

Field Documentation

instruction_gen.Template.file

Definition at line 96 of file instruction_gen.py.

instruction_gen.Template.file_desc

Definition at line 99 of file instruction_gen.py.

instruction_gen.Template.filename

Definition at line 97 of file instruction_gen.py.

instruction_gen.Template.footer

Definition at line 101 of file instruction_gen.py.

instruction_gen.Template.header

Definition at line 100 of file instruction_gen.py.

instruction_gen.Template.line

Definition at line 98 of file instruction_gen.py.


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