We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca13bf5 commit a9fa98fCopy full SHA for a9fa98f
1 file changed
doc/sphinx/source/simplerepl.py
@@ -42,7 +42,7 @@
42
class SimpleRepl(BaseRepl):
43
def __init__(self, config):
44
self.requested_events = []
45
- BaseRepl.__init__(self, config)
+ BaseRepl.__init__(self, config, window=None)
46
47
def _request_refresh(self):
48
self.requested_events.append(bpythonevents.RefreshRequestEvent())
0 commit comments