chc.cmdline.kendra.TestCFunctionRef module
- class chc.cmdline.kendra.TestCFunctionRef.TestCFunctionRef(testcfileref: TestCFileRef, name: str, refd: Dict[str, Any])[source]
Bases:
object- get_pred_ppos(pred: str) List[chc.cmdline.kendra.TestPPORef.TestPPORef][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