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

Method keys

S3/BidirMap.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 return self.k2v[key]
42
43 def keys(self):
44 return [key for key in self.k2v]
45
46 def values(self):
47 return [value for value in self.v2k]

Callers 6

keysMethod · 0.95
send_fileMethod · 0.45
recv_fileMethod · 0.45
format_param_strFunction · 0.45
filter_exclude_includeFunction · 0.45
compare_filelistsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected