mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 12:23:16 +00:00
Brief mention of Unpacker.feed in README
This commit is contained in:
parent
6d4115f64b
commit
659d0961a3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ streaming unpacking
|
|||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``Unpacker`` is a "streaming unpacker". It unpacks multiple objects from one
|
||||
stream.
|
||||
stream (or from bytes provided through its ``feed`` method).
|
||||
|
||||
::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue