Package zope :: Package configuration :: Module config :: Class IStackItem
[show private | hide private]
[frames | no frames]

Type IStackItem

Interface --+
            |
           IStackItem


Configuration machine stack items

Stack items are created when a directive is being processed.

A stack item is created for each directive use.


Class Variable Summary
str contained = 'Begin processing a contained directive\n\n ...
str finish = 'Finish processing a directive\n        '

Class Variable Details

contained

Type:
str
Value:
'''Begin processing a contained directive

        The data are a dictionary of attribute names mapped to unicode
        strings.

        The info argument is an object that can be converted to a
        string and that contains information about the directive.

...                                                                    

finish

Type:
str
Value:
'''Finish processing a directive
        '''                                                            

Generated by Epydoc 2.1 on Fri Jun 24 12:01:20 2005 http://epydoc.sf.net