File: factory.rst

package info (click to toggle)
zope.component 7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 796 kB
  • sloc: python: 5,346; makefile: 132
file content (19 lines) | stat: -rw-r--r-- 403 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
==============
 Factory APIs
==============

There are APIs for creating objects and discovering factories.

.. autofunction:: zope.component.createObject

.. autofunction:: zope.component.getFactoryInterfaces

.. autofunction:: zope.component.getFactoriesFor


Supporting APIs
===============

Module ``zope.component.factory`` includes some supporting objects.

.. automodule:: zope.component.factory