g5 constructor

g5(d)

def __init__(self, d: bool):
    ...
ParameterTypeDescription
dbool

g5(d)

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

See Also