169
169
"""Does the target location exist?"""
170
170
raise NotImplementedError
173
173
"""Return True/False for each entry in relpaths"""
174
174
total = self._get_total(relpaths)
177
self._update_pb(pb, 'get', count, total)
177
self._update_pb(pb, 'has', count, total)