Home | History | Annotate | Download | only in python2.7

Lines Matching full:subpath

346         subpath = self._lookup(key)
347 f = open(os.path.join(self._path, subpath), 'r')
355 subdir, name = os.path.split(subpath)
359 msg.set_date(os.path.getmtime(os.path.join(self._path, subpath)))
532 """Use TOC to return subpath for given key, or raise a KeyError."""