weldx.WeldxFile.info#

WeldxFile.info(max_rows=None, max_length=None, show_values=False, path=None)#

Print the content to the stdout.

Parameters:
  • max_rows (Optional[int]) – The maximum number of rows that will be printed. If rows are cut, a corresponding message will be printed

  • max_length (Optional[int]) – The maximum line length. Longer lines will be truncated

  • show_values (bool) – Set to True if primitive values should be displayed

  • path (Optional[tuple]) – tuple representing the lookup path in the yaml/asdf tree