Exemplo n.º 1
0
    def __init__(self, manager=u'', category=u'', name=u''):
        # XXX: This depends on implementation detail in OrderedContainer,
        # but it uses a PersistentDict, which sucks :-/
        OrderedContainer.__init__(self)
        self._data = OOBTree()

        self.__manager__ = manager
        self.__category__ = category
        self.__name__ = name
Exemplo n.º 2
0
 def __init__(self):
     # XXX: This depends on implementation detail in OrderedContainer,
     # but it uses a PersistentDict, which sucks :-/
     OrderedContainer.__init__(self)
     self._data = OOBTree()
Exemplo n.º 3
0
 def __init__(self):
     OrderedContainer.__init__(self)
     self._data = OOBTree()
Exemplo n.º 4
0
 def __init__(self):
     OrderedContainer.__init__(self)
     self._data=OOBTree()
Exemplo n.º 5
0
 def __init__(self):
     # XXX: This depends on implementation detail in OrderedContainer,
     # but it uses a PersistentDict, which sucks :-/
     OrderedContainer.__init__(self)
     self._data = OOBTree()
Exemplo n.º 6
0
 def __init__(self, title=u''):
     OrderedContainer.__init__(self)
     self.title = title
Exemplo n.º 7
0
 def __init__(self, title=u''):
     OrderedContainer.__init__(self)
     self.title = title