We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9b0b7 commit cb72457Copy full SHA for cb72457
azure/functions/_blob.py
@@ -11,10 +11,10 @@ class InputStream(azf_abc.InputStream):
11
12
:param str name:
13
An optional str specifying the name of the blob.
14
-
+
15
:param str uri:
16
An optional str specifying the uri of the blob.
17
18
:param str length:
19
An optional int specifying the length of the blob.
20
"""
@@ -41,7 +41,6 @@ def uri(self) -> Optional[str]:
41
"""The blob's primary location URI."""
42
return self._uri
43
44
45
def read(self, size=-1) -> bytes:
46
"""Return and read up to *size* bytes.
47
0 commit comments