Home | Trees | Indices | Help |
|
---|
|
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 |
|
||
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
|
|
Extend an existing list with the input iterable
|
Extend an existing list with the input iterable with += operator
|
Append a list with the given item
|
|
elementTypeThe allowed type or types for list elements
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 4 22:19:31 2012 | http://epydoc.sourceforge.net |