def get_neighbor(self, info_hash): info_hash = BitArray(info_hash) return self.root.get_neighbor(info_hash)[0]