文件操作 - wxsupport.cpython-310.pyc
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/twisted/internet/__pycache__/wxsupport.cpython-310.pyc
编辑文件内容
o �b � @ sB d Z ddlZe�d� ddlmZ G dd� d�Zdd� ZdgZdS ) a� Old method of wxPython support for Twisted. twisted.internet.wxreactor is probably a better choice. To use:: | # given a wxApp instance called myWxAppInstance: | from twisted.internet import wxsupport | wxsupport.install(myWxAppInstance) Use Twisted's APIs for running and stopping the event loop, don't use wxPython's methods. On Windows the Twisted event loop might block when dialogs are open or menus are selected. Maintainer: Itamar Shtull-Trauring � NzBwxsupport is not fully functional on Windows, wxreactor is better.)�reactorc @ s e Zd ZdZdd� Zdd� ZdS )�wxRunnerz!Make sure GUI events are handled.c C s || _ d S )N)�app)�selfr � r �</usr/lib/python3/dist-packages/twisted/internet/wxsupport.py�__init__"