chc.cmdline.kendra.TestCFunctionRef module

class chc.cmdline.kendra.TestCFunctionRef.TestCFunctionRef(testcfileref: TestCFileRef, name: str, refd: Dict[str, Any])[source]

Bases: object

add_ppo(ppo: Dict[str, Any]) None[source]
get_pred_ppos(pred: str) List[chc.cmdline.kendra.TestPPORef.TestPPORef][source]
has_multiple(line: int, pred: str) bool[source]
has_ppos() bool[source]
has_spos() bool[source]
property line_ppos: Dict[int, List[chc.cmdline.kendra.TestPPORef.TestPPORef]]
property line_spos: Dict[int, List[chc.cmdline.kendra.TestSPORef.TestSPORef]]
property name: str
property ppos: List[chc.cmdline.kendra.TestPPORef.TestPPORef]
property refd: Dict[str, Any]
property spos: List[chc.cmdline.kendra.TestSPORef.TestSPORef]
property testcfileref: TestCFileRef