Lines Matching defs:pathname
80 <name> is a string containing the pathname of the file in the
156 def pathname(self):
309 def __init__(self, pathname, mode="r", archive_index=None):
310 """'pathname' is the absolute path of the archive file to create
324 assert os.path.isabs(pathname)
325 self.__arc_name = pathname
551 def add(self, pathname, arcname=None):
558 'pathname' is an optional string specifying the absolute path
563 for the file in the archive. If not given, the full pathname
569 ti = tfile.gettarinfo(pathname, arcname=arcname)
584 self.__queue.append((pathname, ti.name))
650 m.set_content(pathname=mpath)
959 'src' is the pathname of the archive file to extract.
1040 'src' is the pathname of the archive file to return.
1274 fs = os.stat(self.__index.pathname)
1289 tfile.add(self.__index.pathname, arcname=self.__idx_name)
1323 def pathname(self):