class documentation
class List(BaseType): (source)
Constructor: List(element_type, min_items, max_items)
Represents a list.
Parameters | |
element | the type of the elements in the list |
min | the minimum number of items in the list |
max | the maximum number of items in the list |
Method | __init__ |
Undocumented |
Method | to |
Undocumented |
Instance Variable | element |
Undocumented |
Instance Variable | max |
Undocumented |
Instance Variable | min |
Undocumented |