class documentation

class List(list[Struct]): (source)

Constructor: List(value)

View In Hierarchy

GFF Lists are just python lists of Structs. They carry no metadata.

This class exists as a convenience for type checking and future extensibility.

Method __init__ Undocumented
Constant LABEL Undocumented
def __init__(self, value=None): (source)

Undocumented

LABEL: str = (source)

Undocumented

Value
'list'