Graphics/GraphicsUtilities.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 2991
226481ff40d1
equal deleted inserted replaced
2952:94fc661a54a2 2953:703452a2876f
10 10
11 class RecursionError(OverflowError, ValueError): 11 class RecursionError(OverflowError, ValueError):
12 """ 12 """
13 Unable to calculate result because of recursive structure. 13 Unable to calculate result because of recursive structure.
14 """ 14 """
15 15 pass
16
16 17
17 def sort(nodes, routes, noRecursion=False): 18 def sort(nodes, routes, noRecursion=False):
18 """ 19 """
19 Function to sort widgets topographically. 20 Function to sort widgets topographically.
20 21

eric ide

mercurial