container_utils

Functions

define_homogeneous_container_type(namespace, ...)

This function is designed to be called for the simple container implementations (DictContainer, TupleContainer, and ListContainer) as the container_class argument.

define_simple_containers(namespace, prefix, ...)

Use this function to define all three simple container definitions for a new object category type.