Home | Trees | Indices | Help |
---|
|
object --+ | Property --+ | ListProperty
A property that stores a list of things.
|
|||
data_type list() -> new empty list list(iterable) -> new list initialized from iterable's items |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Construct ListProperty. :args verbose_name: Optional verbose name. :args default: Optional default value; if omitted, an empty list is used. :args**kwds: Optional additional keyword arguments, passed to base class.
|
validate value
|
Default value for list. Because the property supplied to 'default' is a static value, that value must be shallow copied to prevent all fields with default values from sharing the same instance. Returns: Copy of the default value.
|
convert to python type
|
convert to json, Converted value is saved in couchdb.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 4 11:48:41 2012 | http://epydoc.sourceforge.net |