Show More
@@ -155,7 +155,9 b' def inputhook_wxphoenix(context):' | |||
|
155 | 155 | """Run the wx event loop until the user provides more input. |
|
156 | 156 | |
|
157 | 157 | This function uses the same approach to that used in |
|
158 | ipykernel.eventloops.loop_wx. | |
|
158 | ipykernel.eventloops.loop_wx. The wx.MainLoop is executed, and a wx.Timer | |
|
159 | is used to periodically poll the context for input. As soon as input is | |
|
160 | ready, the wx.MainLoop is stopped. | |
|
159 | 161 | """ |
|
160 | 162 | |
|
161 | 163 | app = wx.GetApp() |
General Comments 0
You need to be logged in to leave comments.
Login now