MCPcopy Create free account
hub / github.com/Azure/azure-storage-python / sleep

Method sleep

tests/testcase.py:80–82  ·  view source on GitHub ↗
(self, seconds)

Source from the content-addressed store, hash-verified

78 )
79
80 def sleep(self, seconds):
81 if not self.is_playback():
82 time.sleep(seconds)
83
84 def is_playback(self):
85 return self.test_mode == TestMode.playback

Callers 15

copy_blobMethod · 0.80
copy_blobMethod · 0.80
copy_blobMethod · 0.80
public_accessMethod · 0.80
container_aclMethod · 0.80
service_propertiesMethod · 0.80
service_propertiesMethod · 0.80
queue_aclMethod · 0.80
copy_fileMethod · 0.80
share_aclMethod · 0.80

Calls 1

is_playbackMethod · 0.95

Tested by

no test coverage detected