The collection_base.py module#

Summary#

CollectionBase

Represents a collection of entries ordered by labels and IDs.

IntegralCollection

Creates a collection of integral type with a list.

IntCollection

Creates a collection of integers with a list.

FloatCollection

Creates a collection of floats (double64) with a list.

StringCollection

Creates a collection of strings with a list.

Description#

Contains classes associated with the DPF collection.

Module detail#

collection_base.TYPE#