| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
list --+
|
TypedList
Extend list type to enabled only items of a given type. Supports any type where the array type in the Standard Library is restricted to only limited set of primitive types
|
|||
| new empty list |
|
||
| string |
|
||
| type |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
elementType The allowed type or types for list elements |
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
|
Extend a list with input iterable
|
Extend a list with input iterable
|
Add an item to the list
|
|
|||
elementTypeThe allowed type or types for list elements
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 08:44:37 2012 | http://epydoc.sourceforge.net |