We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b018653 commit 3199b3dCopy full SHA for 3199b3d
README.md
@@ -868,7 +868,7 @@ Struct
868
------
869
**This module performs conversions between Python values and C struct represented as Python Bytes object.**
870
```python
871
-from struct import pack, unpack, calcsize
+from struct import pack, unpack
872
<Bytes> = pack('<format>', <value_1> [, <value_2>, ...])
873
<tuple> = unpack('<format>', <Bytes>)
874
```
0 commit comments