module documentation

_zmsattributecontainer.py - ZMS Attribute Container for Custom Attribute Storage and Management

Defines ZMSAttributeContainer for object persistence, Zope integration, and container protocols. It implements Zope's ObjectManager interface, handles acquisition, and manages object lifecycle.

License: GNU General Public License v2 or later, Organization: ZMS Publishing

Class ZMSAttributeContainer Container object that stores and edits custom attribute values.
Function containerFilter Return True when container can be listed as a ZMS child container.
Function manage_addZMSAttributeContainer Create and attach a new ZMSAttributeContainer below the current object.
def containerFilter(container): (source)

Return True when container can be listed as a ZMS child container.

def manage_addZMSAttributeContainer(self): (source)

Create and attach a new ZMSAttributeContainer below the current object.