Stream

class igwn_ligolw.ligolw.Stream(*args)

Bases: Element

Stream element.

Attributes Summary

Content

The "Content" attribute.

Delimiter

The "Delimiter" attribute.

Encoding

The "Encoding" attribute.

Name

The "Name" attribute.

Type

The "Type" attribute.

tagName

Attributes Documentation

Content

The “Content” attribute.

Delimiter

The “Delimiter” attribute. Default is “,” if not set.

Encoding

The “Encoding” attribute. Default is “{‘Text’}” if not set.

Name

The “Name” attribute.

Type

The “Type” attribute. Default is “Local” if not set.

tagName = 'Stream'