Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b018653

Browse files
committed
Struct
1 parent a302202 commit b018653

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -869,9 +869,6 @@ Struct
869869
**This module performs conversions between Python values and C struct represented as Python Bytes object.**
870870
```python
871871
from struct import pack, unpack, calcsize
872-
```
873-
874-
```python
875872
<Bytes> = pack('<format>', <value_1> [, <value_2>, ...])
876873
<tuple> = unpack('<format>', <Bytes>)
877874
```

0 commit comments

Comments
 (0)