Exemplo n.º 1
0
    def start(self):
        """Print what is going to be transferred,
        initialized self.start_time

        """
        to_print = pprint_transfer(self.src, self.dest)
        self.fd.write(to_print + "\n")
        self.start_time = time.time()
        ProgressBar.start(self)
Exemplo n.º 2
0
    def start(self):
        """Print what is going to be transferred,
        initialized self.start_time

        """
        to_print = pprint_transfer(self.src, self.dest)
        self.fd.write(to_print + "\n")
        self.start_time = time.time()
        ProgressBar.start(self)
Exemplo n.º 3
0
 def start(self):
     """Overwrite ProgressBar.start """
     self.start_time = time.time()
     ProgressBar.start(self)
Exemplo n.º 4
0
 def start(self):
     """Overwrite ProgressBar.start """
     self.start_time = time.time()
     ProgressBar.start(self)