Browse Source

File

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

4
README.md

@ -1072,8 +1072,8 @@ Open
### File
```python
<file>.seek(0) # Move to the start of the file.
<file>.seek(offset) # Move 'offset' chars/bytes from the start.
<file>.seek(0) # Moves to the start of the file.
<file>.seek(offset) # Moves 'offset' chars/bytes from the start.
<file>.seek(offset, <anchor>) # Anchor: 0 start, 1 current pos., 2 end.
```

Loading…
Cancel
Save