u5 constructor

u5()

def __init__(self):
    ...

u5(d)

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

See Also