|
CACAO
|
Public Member Functions | |
| def | __init__ |
| def | print_header |
| def | print_line |
| def | print_footer |
Data Fields | |
| file | |
| filename | |
| line | |
| file_desc | |
| header | |
| footer | |
Definition at line 94 of file instruction_gen.py.
| def instruction_gen.Template.__init__ | ( | self, | |
| filename, | |||
| file_desc, | |||
| line, | |||
header = '', |
|||
footer = '' |
|||
| ) |
Definition at line 95 of file instruction_gen.py.
| 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.
| 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.
1.8.5