WrightTools.collection.Collection.print_tree

Collection.print_tree(depth=9, *, verbose=False)[source]

Print a ascii-formatted tree representation of the collection contents.

Parameters:
  • depth (integer (optional)) – Number of layers to include in the tree. Default is 9.

  • verbose (boolean (optional)) – Toggle inclusion of extra information. Default is True.