Dim¶
- class igwn_ligolw.ligolw.Dim(attrs=None)¶
Bases:
ElementDim element.
Attributes Summary
The "Name" attribute.
The "Scale" attribute.
The "Start" attribute.
The "Unit" attribute.
Methods Summary
write([fileobj, indent])Recursively write an element and it's children to a file.
Attributes Documentation
- Name¶
The “Name” attribute.
- Scale¶
The “Scale” attribute.
- Start¶
The “Start” attribute.
- Unit¶
The “Unit” attribute.
- n¶
- tagName = 'Dim'¶
Methods Documentation
- write(fileobj=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, indent='')¶
Recursively write an element and it’s children to a file.