|
seq
4.0.0-pre3
|
Classes | |
| class | Otto |
Functions | |
| def | json_to_paf (json_unit, paf_header=True, creator="obgwControl") |
| def | paf_to_json (paf_text) |
Variables | |
| logger = logging.getLogger(__name__) | |
| obgw_ips = dict() | |
| string | url = "http://127.0.0.1:5000/" |
| otto = Otto(url) | |
| resp = otto.executionSequences("FORS2", "VM") | |
| def otto.obgw.json_to_paf | ( | json_unit, | |
paf_header = True, |
|||
creator = "obgwControl" |
|||
| ) |
| def otto.obgw.paf_to_json | ( | paf_text | ) |
| otto.obgw.logger = logging.getLogger(__name__) |
| otto.obgw.obgw_ips = dict() |
| otto.obgw.resp = otto.executionSequences("FORS2", "VM") |
| string otto.obgw.url = "http://127.0.0.1:5000/" |