eelbrain.fmtxt.Table.get_str

Table.get_str(env=mappingproxy({}), delim='   ', linesep='\n', max_width=None)

Convert Table to str

Parameters:
  • env (dict) – Processing environment.

  • delim – Delimiter between columns.

  • linesep – Line separation string

  • max_width (int) – Maximum table width in characters, or 0 to disable text wrapping (make the table as wide as necessary). Default is based on the current terminal width (shutil.get_terminal_size()), unless delim contains the tab character, in which the obligatory default is 0.