def set_repr_mode(mode: str) -> None:

source code

Sets the global representation mode, to be used when representing the various unify types on screen. Can be either “verbose” or “concise”.

Arguments:

  • mode - The value to set the mode to, either “verbose” or “concise”.