Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_blob
Method · 0.80
copy_blob
Method · 0.80
copy_blob
Method · 0.80
public_access
Method · 0.80
container_acl
Method · 0.80
sas_with_signed_identifiers
Method · 0.80
service_properties
Method · 0.80
service_properties
Method · 0.80
queue_acl
Method · 0.80
sas_with_signed_identifiers
Method · 0.80
copy_file
Method · 0.80
share_acl
Method · 0.80
Calls
1
is_playback
Method · 0.95
Tested by
no test coverage detected