Why does get_real
, get_int
etc. pack before unpacking?
#532
Unanswered
GaffaSnobb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, so a quick question. The util get_real calls
struct.pack
before unpacking withstruct.unpack
. What is the reason for this?Thanks : )
Beta Was this translation helpful? Give feedback.
All reactions