Dim

class igwn_ligolw.ligolw.Dim(attrs=None)

Bases: Element

Dim element.

Attributes Summary

Name

The "Name" attribute.

Scale

The "Scale" attribute.

Start

The "Start" attribute.

Unit

The "Unit" attribute.

n

tagName

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.