tensorbay.utility.repr

ReprType and ReprMixin.

ReprType is an enumeration type, which defines the repr strategy type and includes ‘INSTANCE’, ‘SEQUENCE’, ‘MAPPING’.

ReprMixin provides customized repr config and method.

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.