pytvx.float_or_tvx_to_string

pytvx.float_or_tvx_to_string(x: Union[float, Tvf, PyTvf, bool, Tvb, PyTvb], indent: int) str[source]

Construct a representation of a Tvx at a given level of indentation.

Parameters
  • x – The tvx.

  • indent – How many steps to indent.

Returns

An indented representation of x.

Return type

str