Login
From:
Python documentation
(Uncensored)
subscribe
struct — Interpret bytes as packed binary data — Python 3.13.2 documentation
https://docs.python.org/3/library/struct.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/struct.py This module converts between Python values and C structs represented as Python bytes objects. Compact format strings describe the intended conversions to/from Python valu...