DOMNameAttribute constructor

init

Initializes a new instance of the DOMNameAttribute class.

def __init__(self, name):
    ...
ParameterTypeDescription
namestrThe DOM name.

See Also