b5 constructor

b5(d)

def __init__(self, d: str):
    ...
ParameterTypeDescription
dstr

b5(d, v)

def __init__(self, d: str, v: str):
    ...
ParameterTypeDescription
dstr
vstr

b5(d, v, c)

def __init__(self, d: str, v: str, c: str):
    ...
ParameterTypeDescription
dstr
vstr
cstr

See Also