MCPcopy Create free account
hub / github.com/s3tools/s3cmd / __init__

Method __init__

S3/Progress.py:24–26  ·  view source on GitHub ↗
(self, labels, total_size)

Source from the content-addressed store, hash-verified

22 _last_display = 0
23
24 def __init__(self, labels, total_size):
25 self._stdout = sys.stdout
26 self.new_file(labels, total_size)
27
28 def new_file(self, labels, total_size):
29 self.labels = labels

Callers

nothing calls this directly

Calls 1

new_fileMethod · 0.95

Tested by

no test coverage detected