You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the title [-]Documentation : please specify the type of object_iter in write_pack ?[/-][+]Documentation : please specify the type of object_iter in write_pack.[/+]on Nov 10, 2015
Indeed, thanks for letting me know.
I just reverse-engineered it by having a look at the tests. It seems that it expects an OPackStream compatible objects, as seen in the stream_iter() documentation.
I hope this answers your question, and would very much welcome a PR with documentation that would have helped you in the first place.
Activity
[-]Documentation : please specify the type of object_iter in write_pack ?[/-][+]Documentation : please specify the type of object_iter in write_pack.[/+]Byron commentedon Nov 30, 2015
Indeed, thanks for letting me know.
I just reverse-engineered it by having a look at the tests. It seems that it expects an
OPackStream
compatible objects, as seen in thestream_iter()
documentation.I hope this answers your question, and would very much welcome a PR with documentation that would have helped you in the first place.