e5 constructor

e5()

def __init__(self):
    ...

e5(d)

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

See Also