Browse Source

MemoryView

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

2
README.md

@ -1360,7 +1360,7 @@ Memory View
**Used for accessing the internal data of an object that supports the buffer protocol.**
```python
<memoryview> = memoryview(<bytes> / <bytearray> / <array>)
<memoryview> = memoryview(<bytes/bytearray/array>)
<memoryview>.release()
```

Loading…
Cancel
Save