The custom_container_base.py
module#
Summary#
Base class for custom container wrappers. |
Description#
CustomContainerBase.
This module contains the CustomContainerBase class, which serves as a base for creating wrappers around GenericDataContainer objects.
These wrappers provide an interface for accessing and managing data in generic containers, enabling more intuitive usage and the addition of custom behaviors tailored to specific use cases.