Navigation Menu

Skip to content

Commit

Permalink
Include hooks in note about chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Jun 5, 2020
1 parent dca4fc5 commit 9a26805
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/extending/contents.rst
Expand Up @@ -217,6 +217,10 @@ saving/transmitting in partial pieces:
``chunk`` should be treated as unreliable for all chunks except the final one.
* Any interaction with a file being saved in a chunked manner is unreliable
until the final chunk has been saved. This includes directory listings.
* For contents managers that fire the pre-/post-save hooks as defined in
:class:`~manager.ContentsManager`, the pre-save hook should be invoked before the
first chunk is processed, and the post-save hook should be invoked after the last chunk
is received and stored.


Customizing Checkpoints
Expand Down

0 comments on commit 9a26805

Please sign in to comment.