File: interfaces.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 (26 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
:mod:`persistent.interfaces`
===================================

.. automodule:: persistent.interfaces

  .. autointerface:: IPersistent
     :members:
     :member-order: bysource

  .. autointerface:: IPersistentDataManager
     :members:
     :member-order: bysource

  .. autointerface:: IPickleCache
     :members:
     :member-order: bysource

Implementations
===============

This package provides one implementation of :class:`IPersistent` that
should be extended.

  .. autoclass:: persistent.Persistent
				 :members:
				 :show-inheritance: