![]() |
Public Member Functions | |
def | __init__ (self, path) |
def | read_data (self) |
def | entries (self) |
def | __getitem__ (self, key) |
Public Attributes | |
path | |
data | |
Private Attributes | |
__entries | |
Class to read a WinNet template file.
Definition at line 6 of file template_class.py.
def bin.class_files.template_class.template.__init__ | ( | self, | |
path | |||
) |
Initialize the template class.
Definition at line 11 of file template_class.py.
def bin.class_files.template_class.template.__getitem__ | ( | self, | |
key | |||
) |
Get the value of a specific key.
Definition at line 49 of file template_class.py.
def bin.class_files.template_class.template.entries | ( | self | ) |
Get the entries of the template file.
Definition at line 40 of file template_class.py.
def bin.class_files.template_class.template.read_data | ( | self | ) |
Read the data from the template file and store it in a dictionary.
Definition at line 18 of file template_class.py.
|
private |
Definition at line 23 of file template_class.py.
bin.class_files.template_class.template.data |
Definition at line 27 of file template_class.py.
bin.class_files.template_class.template.path |
Definition at line 15 of file template_class.py.