blob: b04f067594ea3b75b836e21975c3b9839b354d94 (
plain)
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
27
28
|
====================================
Python Standard Library Interfaces
====================================
The ``zope.interface.common`` package provides interfaces for objects
distributed as part of the Python standard library. Importing these
modules has the effect of making the standard library objects
implement the correct interface.
``zope.interface.common.interfaces``
====================================
.. automodule:: zope.interface.common.interfaces
``zope.interface.common.idatetime``
===================================
.. automodule:: zope.interface.common.idatetime
``zope.interface.common.mapping``
=================================
.. automodule:: zope.interface.common.mapping
``zope.interface.common.sequence``
==================================
.. automodule:: zope.interface.common.sequence
|