blob: 74e0ab8ada9157850fcadd9ae0d524f8af996ae9 (
plain)
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
|