mlreportgen.dom.CustomAttribute class
Package: mlreportgen.dom
Superclasses:
Custom element attribute
Description
Custom element attribute.
Construction
creates
an empty custom attribute.customAttributeObj
= CustomAttribute()
creates
an attribute having the specified customAttributeObj
= CustomAttribute(name
)name
.
creates
an attribute having the specified customAttributeObj
= CustomAttribute(name
,value
)name
and value
.