DwfString constructor

init

Initializes a new instance of the DwfString class

def __init__(self):
    ...

init

Initializes a new instance of the DwfString class

def __init__(self, init_value):
    ...
ParameterTypeDescription
init_valuestrinitial value

See Also