tensorbay.utility.repr#

The implementation of the TensorBay repr.

class tensorbay.utility.repr.ReprType(value)[source]#

Bases: enum.Enum

ReprType is an enumeration type.

It defines the repr strategy type and includes ‘INSTANCE’, ‘SEQUENCE’ and ‘MAPPING’.

class tensorbay.utility.repr.ReprMixin[source]#

Bases: object

ReprMixin provides customized repr config and method.