def test_tree_example(self):
     try:
         tree()
     except LengthOverflowError as e:
         print("{}: {}".format(type(e), e))
Example #2
0
 def test_tree_example(self):
     try:
         tree()
     except LengthOverflowError as e:
         print("{}: {}".format(type(e), e))
Example #3
0
from progressive.examples import tree

tree()