File: collections.rst

package info (click to toggle)
python-persistent 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 772 kB
  • sloc: python: 5,527; ansic: 2,843; makefile: 24
file content (14 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
========================
 Persistent Collections
========================

The ``persistent`` package provides two simple collections that are
persistent and keep track of when they are mutated in place.

.. autoclass:: persistent.mapping.PersistentMapping
			   :members:
			   :show-inheritance:

.. autoclass:: persistent.list.PersistentList
			   :members:
			   :show-inheritance: