File: common.rst

package info (click to toggle)
zope.interface 8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,512 kB
  • sloc: python: 14,794; ansic: 1,878; makefile: 140
file content (50 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download | duplicates (4)
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