class documentation

Represents a list.

Parameters
element_typethe type of the elements in the list
min_itemsthe minimum number of items in the list
max_itemsthe maximum number of items in the list
Method __init__ Undocumented
Method to_json Undocumented
Instance Variable element_type Undocumented
Instance Variable max_items Undocumented
Instance Variable min_items Undocumented
def __init__(self, element_type, min_items=None, max_items=None): (source)

Undocumented

def to_json(self): (source)
element_type = (source)

Undocumented

max_items: None = (source)

Undocumented

min_items: None = (source)

Undocumented