| Trees | Index | Help |
|
|---|
| Package zope :: Package configuration :: Module config :: Class GroupingContextDecorator |
|
object --+
|
ConfigurationContext --+
|
GroupingContextDecorator
ComplexDirectiveDefinition,
DirectivesHandler,
Packaged,
Schema,
ZopeConfigureHelper mix-in class for building grouping directives
See the discussion (and test) in GroupingStackItem.
| Method Summary | |
|---|---|
__init__(self,
context,
**kw)
| |
__getattr__(self,
name,
getattr,
setattr)
| |
after(self)
| |
before(self)
| |
| Inherited from ConfigurationContext | |
Add an action with the given discriminator, callable and arguments | |
Check for duplicate imports of the same file. | |
Check whether a named feature has been provided. | |
Examples: | |
Check whether a file needs to be processed | |
Declare thata named feature has been provided. | |
Resolve a dotted name to an object | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
Implements |
__implemented__ = <implementedBy zope.configuration.conf...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Inherited from ConfigurationContext | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
| Class Variable Details |
|---|
__implemented__
|
__provides__
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:22 2005 | http://epydoc.sf.net |