Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/azure-storage-python
/ write
Method
write
tests/file/test_file.py:135–136 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
133
self.wrapped_file = wrapped_file
134
135
def
write(self, data):
136
self.wrapped_file.write(data)
137
138
def
read(self, count):
139
return
self.wrapped_file.read(count)
Callers
11
blob_with_path
Method · 0.45
blob_with_path
Method · 0.45
blob_with_path
Method · 0.45
file_with_path
Method · 0.45
test_create_file_from_path
Method · 0.45
test_create_file_from_path_with_progress
Method · 0.45
test_create_file_from_stream
Method · 0.45
test_create_file_from_stream_non_seekable
Method · 0.45
test_create_file_from_stream_with_progress
Method · 0.45
test_create_file_from_stream_truncated
Method · 0.45
test_create_file_from_stream_with_progress_truncated
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected