Browse Source

Bytes

pull/27/head
Jure Šorn 5 years ago
parent
commit
846bc5d3b0
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1087,7 +1087,7 @@ Bytes
### Decode
```python
<str> = <bytes>.decode('utf-8')
<str> = <bytes>.decode(encoding='utf-8')
<int> = int.from_bytes(<bytes>, byteorder='big|little', signed=False)
<hex> = <bytes>.hex()
```

Loading…
Cancel
Save