| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 04dc090 commit 0056cb9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7877,6 +7877,9 @@ string. | |||
| 7877 | 7877 | * `'r'`: Open file for reading. | |
| 7878 | 7878 | An exception occurs if the file does not exist. | |
| 7879 | 7879 | ||
| 7880 | + * `'rs'`: Open file for reading in synchronous mode. | ||
| 7881 | + An exception occurs if the file does not exist. | ||
| 7882 | + | ||
| 7880 | 7883 | * `'r+'`: Open file for reading and writing. | |
| 7881 | 7884 | An exception occurs if the file does not exist. | |
| 7882 | 7885 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments