| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c1f0385 commit 29d6f87
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,9 +12,7 @@ class Interpreter(interpreter.Interp): | |||
| 12 | 12 | def __init__(self): | |
| 13 | 13 | super().__init__() | |
| 14 | 14 | self.a = [] | |
| 15 | - | ||
| 16 | - def write(self, data): | ||
| 17 | - self.a.append(data) | ||
| 15 | + self.write = self.a.append | ||
| 18 | 16 | ||
| 19 | 17 | ||
| 20 | 18 | class TestInterpreter(unittest.TestCase): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments