We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877e9e6 commit 7ea9719Copy full SHA for 7ea9719
Doc/library/sqlite3.rst
@@ -847,7 +847,9 @@ Blob Objects
847
.. class:: Blob
848
849
A :class:`Blob` instance can read and write the data in the
850
- :abbr:`BLOB (Binary Large OBject)`.
+ :abbr:`BLOB (Binary Large OBject)`. The :class:`Blob` object implement both
851
+ the file and sequence protocol. For example You can read data from the
852
+ :class:`Blob` by doing ``obj.read(5)`` or by doing ``obj[:5]``.
853
854
.. method:: Blob.close()
855
0 commit comments