ifw-ccf  3.0.0-pre2
Functions | Variables
pyclient.tools Namespace Reference

Functions

def rec_status_name_to_str (status_code)
 Convert RecStatus code to its string representation. More...
 
def rec_wait_status_name_to_str (status_code)
 Convert RecWait status code to its string representation. More...
 
def rec_status_to_str (rec_status)
 Dump the content of a RecStatus object into a string buffer (YAML format). More...
 
def rec_wait_status_to_str (rec_wait_status)
 Dump the content of a RecWaitStatus object into a string buffer (YAML format). More...
 
def parse_cmd_line_pars (cmd_line_)
 Convert the parameters given with the request and return a dictionary. More...
 

Variables

dictionary REC_STATUS_NAME_TO_STR
 

Function Documentation

◆ parse_cmd_line_pars()

def pyclient.tools.parse_cmd_line_pars (   cmd_line_)

Convert the parameters given with the request and return a dictionary.

◆ rec_status_name_to_str()

def pyclient.tools.rec_status_name_to_str (   status_code)

Convert RecStatus code to its string representation.

◆ rec_status_to_str()

def pyclient.tools.rec_status_to_str (   rec_status)

Dump the content of a RecStatus object into a string buffer (YAML format).

◆ rec_wait_status_name_to_str()

def pyclient.tools.rec_wait_status_name_to_str (   status_code)

Convert RecWait status code to its string representation.

◆ rec_wait_status_to_str()

def pyclient.tools.rec_wait_status_to_str (   rec_wait_status)

Dump the content of a RecWaitStatus object into a string buffer (YAML format).

Variable Documentation

◆ REC_STATUS_NAME_TO_STR

dictionary pyclient.tools.REC_STATUS_NAME_TO_STR
Initial value:
1 = {
2  ModRecif.Recif.RecStatusNames.Aborted: "Aborted",
3  ModRecif.Recif.RecStatusNames.Active: "Active",
4  ModRecif.Recif.RecStatusNames.Completed: "Completed",
5  ModRecif.Recif.RecStatusNames.Failed: "Failed",
6  ModRecif.Recif.RecStatusNames.Stopped: "Stopped",
7  ModRecif.Recif.RecStatusNames.Undefined: "Undefined",
8 }