5.2 ZODB.PersistentList

The PersistentList class is a wrapper for mutable sequence objects, much as PersistentMapping is a wrapper for mappings.

PersistentList(initlist = [])
Create a PersistentList object that wraps the mutable sequence object initlist. If you don't specify a value for initlist, a regular Python list is used.

PersistentList objects support all the same methods as Python lists do.