hCD constructor

hCD(d, v, c)

def __init__(self, d: str, v: bool, c: bool):
    ...
ParameterTypeDescription
dstr
vbool
cbool

See Also