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

tree()