Browse Source

Struct

pull/10/head
Jure Šorn 6 years ago
parent
commit
a120b74264
1 changed files with 2 additions and 1 deletions
  1. 3
      README.md

3
README.md

@ -1037,7 +1037,8 @@ def write_bytes(filename, bytes_obj):
Struct Struct
------ ------
**This module performs conversions between Python values and C struct represented as Python bytes object. Machine’s native type sizes and byte order are used by default.**
* **Module that performs conversions between Python values and C struct, represented as a Python bytes object.**
* **Machine’s native type sizes and byte order are used by default.**
```python ```python
from struct import pack, unpack, calcsize from struct import pack, unpack, calcsize

Loading…
Cancel
Save