n5 constructor

n5()

def __init__(self):
    ...

n5(d)

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

See Also