• Martijn Pieters's avatar
    Port improvements from ExtendedPathIndex: · 337b56d8
    Martijn Pieters authored
    - The level < 0 case is basically the union of all searches for levels 0
      through to max. Just call search() for each level and use multiunion on all
      the results.
    - Shorten the 'no-such-path' detection to one test.
    337b56d8
PathIndex.py 7.96 KB