Public Member Functions | |
def | __init__ (self, data, opts) |
def | check_data_type (self, _type) |
def | CreateActivityFuncs (self, dict) |
def | CreateConfiguration (self, dict) |
def | CreateDataPorts (self, dict) |
def | CreateService (self, dict) |
def | get_type (self, _type) |
def | print_all (self) |
def | print_impl (self) |
def | print_pysrc (self) |
Public Member Functions inherited from gen_base.gen_base | |
def | check_overwrite (self, fname, wmode="w") |
def | gen (self, fname, temp_txt, data, tags) |
def | gen_tags (self, tags) |
def | replace_tags (self, lines, data) |
Public Attributes | |
data | |
tags | |
Python component source code generation class
Definition at line 206 of file python_gen.py.
def python_gen.python_gen.__init__ | ( | self, | |
data, | |||
opts | |||
) |
Definition at line 210 of file python_gen.py.
def python_gen.python_gen.check_data_type | ( | self, | |
_type | |||
) |
Definition at line 317 of file python_gen.py.
def python_gen.python_gen.CreateActivityFuncs | ( | self, | |
dict | |||
) |
Definition at line 237 of file python_gen.py.
def python_gen.python_gen.CreateConfiguration | ( | self, | |
dict | |||
) |
Definition at line 300 of file python_gen.py.
def python_gen.python_gen.CreateDataPorts | ( | self, | |
dict | |||
) |
Definition at line 290 of file python_gen.py.
def python_gen.python_gen.CreateService | ( | self, | |
dict | |||
) |
Definition at line 259 of file python_gen.py.
def python_gen.python_gen.get_type | ( | self, | |
_type | |||
) |
Definition at line 328 of file python_gen.py.
def python_gen.python_gen.print_all | ( | self | ) |
Definition at line 393 of file python_gen.py.
def python_gen.python_gen.print_impl | ( | self | ) |
Definition at line 344 of file python_gen.py.
def python_gen.python_gen.print_pysrc | ( | self | ) |
Generate component class script
Definition at line 385 of file python_gen.py.
python_gen.python_gen.data |
Definition at line 211 of file python_gen.py.
python_gen.python_gen.tags |
Definition at line 221 of file python_gen.py.