tlc.core.builtins.constants.values#

Defines default values for various types of data.

Module Contents#

Data#

Data

Description

DEFAULT_LIST_MAX_LENGTH

The default maximum length of a list written to a Table, if not otherwise specified.

DEFAULT_BB_MAX_COUNT

The default maximum number of bounding boxes in a bounding box list, if not otherwise specified.

API#

tlc.core.builtins.constants.values.DEFAULT_LIST_MAX_LENGTH = 1000000#

The default maximum length of a list written to a Table, if not otherwise specified.

tlc.core.builtins.constants.values.DEFAULT_BB_MAX_COUNT = 1000#

The default maximum number of bounding boxes in a bounding box list, if not otherwise specified.