constants.py 244 B

123456
  1. # Name to use for the column when representing tensors in table format.
  2. TENSOR_COLUMN_NAME = "__value__"
  3. # The maximum length of strings returned by `__repr__` for AIR objects constructed with
  4. # default values.
  5. MAX_REPR_LENGTH = int(80 * 1.5)