Exemple #1
0
 def _tree(prob):
     tree(prob,
          show_colors=options.show_colors,
          filter=filt,
          max_depth=options.depth,
          stream=out)
     exit()
Exemple #2
0
 def _tree(prob):
     tree(prob,
          show_colors=options.show_colors,
          show_sizes=options.show_sizes,
          show_approx=options.show_approx,
          filter=filt,
          max_depth=options.depth,
          rank=options.rank,
          stream=out)
Exemple #3
0
 def _tree(prob):
     tree(prob, show_colors=options.show_colors,
          filter=filt, max_depth=options.depth, stream=out)
     exit()