Commit c4808363 authored by Robert Bradshaw's avatar Robert Bradshaw

more function overloading

parent d478de19
......@@ -2418,7 +2418,8 @@ class SimpleCallNode(CallNode):
else:
score[0] += 1
else:
continue
break
else:
possibilities.append((score, entry)) # so we can sort it
if len(possibilities):
possibilities.sort()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment