Skip to content
Snippets Groups Projects
Unverified Commit 91e89501 authored by Alexandru Fikl's avatar Alexandru Fikl Committed by Alexandru Fikl
Browse files

improve docs for serialize_container

parent d859cd8a
No related branches found
No related tags found
No related merge requests found
......@@ -123,8 +123,9 @@ def serialize_container(ary: ArrayContainer) -> Iterable[Tuple[Any, Any]]:
The order of the components and their identifiers are entirely under
the control of the container class. However, the order is required to be
deterministic, i.e. two calls to :func:`serialize_container` on the same
array container should return an iterable with the components in the same
deterministic, i.e. two calls to :func:`serialize_container` on
array containers of the same types with the same number of
sub-arrays should result in an iterable with the keys in the same
order.
If *ary* is mutable, the serialization function is not required to ensure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment