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
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
If the 'work_or_pass' logic is accepted a4c1f05, removing the 'value' parameter becomes very natural. (there are almost no calls to pack with a value parameter left).
If a different value needs to be packed, it should be done initializing a new instance with the value, and then calling the corresponding pack function.
In an ideal world is not necessary to do
object.pack(another_object)
orobj.get_size(something)
.The text was updated successfully, but these errors were encountered: