| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -180,9 +180,6 @@ def write(self, value): | |||
| 180 | 180 | def isatty(self): | |
| 181 | 181 | return True | |
| 182 | 182 | ||
| 183 | - def fileno(self): | ||
| 184 | - return 0 | ||
| 185 | - | ||
| 186 | 183 | def readline(self, size=-1): | |
| 187 | 184 | """I can't think of any reason why anything other than readline would | |
| 188 | 185 | be useful in the context of an interactive interpreter so this is the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments