blob: 36d1d3fddddcfbe9f9f95a34f186fbeaf564e4fc (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
====================================
Python Standard Library Interfaces
====================================
The ``zope.interface.common`` package provides interfaces for objects
distributed as part of the Python standard library. Importing these
modules (usually) has the effect of making the standard library objects
implement the correct interface.
zope.interface.common.interface
===============================
.. automodule:: zope.interface.common.interfaces
zope.interface.common.idatetime
===============================
.. automodule:: zope.interface.common.idatetime
zope.interface.common.collections
=================================
.. automodule:: zope.interface.common.collections
zope.interface.common.numbers
=============================
.. automodule:: zope.interface.common.numbers
zope.interface.common.builtins
==============================
.. automodule:: zope.interface.common.builtins
zope.interface.common.io
========================
.. automodule:: zope.interface.common.io
.. Deprecated or discouraged modules below this
zope.interface.common.mapping
=============================
.. automodule:: zope.interface.common.mapping
zope.interface.common.sequence
==============================
.. automodule:: zope.interface.common.sequence
|