Beispiel #1
0
    def update(self, amount_read, now=None):
        """Update the status bar.

        :param amount_read: the amount of data, in bytes, that has been read
        :param now: the current time in seconds since the epoch.  If
           *now* is not given, the output of :func:`time.time()` will
           be used.
        """
        BaseMeter.update(self, amount_read, now)
Beispiel #2
0
    def update( self, amount_read, now=None ):
        """Update the status bar.

        :param amount_read: the amount of data, in bytes, that has been read
        :param now: the current time in seconds since the epoch.  If
           *now* is not given, the output of :func:`time.time()` will
           be used.
        """
        BaseMeter.update( self, amount_read, now )
Beispiel #3
0
 def update( self, amount_read, now=None ):
     BaseMeter.update( self, amount_read, now )
Beispiel #4
0
 def update(self, amount_read, now=None):
     BaseMeter.update(self, amount_read, now)