def _find_gaps()

in asfpy/ldapadmin.py [0:0]


    def _find_gaps(self, l):
        return [item for item in range(l[0], l[-1]+1) if item not in l]