Browse Source

Struct

pull/9/head
Jure Šorn 5 years ago
parent
commit
b018653a50
1 changed files with 0 additions and 3 deletions
  1. 3
      README.md

3
README.md

@ -869,9 +869,6 @@ Struct
**This module performs conversions between Python values and C struct represented as Python Bytes object.**
```python
from struct import pack, unpack, calcsize
```
```python
<Bytes> = pack('<format>', <value_1> [, <value_2>, ...])
<tuple> = unpack('<format>', <Bytes>)
```

Loading…
Cancel
Save