Guest User

Untitled

a guest
May 9th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. root.print_tree()
  2. combinations=root.get_combinations()
  3. for i in range(combinations.get_num_elements()):
  4. p=param_tree_root.get_single_combination()
  5. p.print_tree()
Add Comment
Please, Sign In to add comment