Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
twisted.internet.wxreactor.ProcessEventsTimer
twisted
internet
wxreactor
ProcessEventsTimer
class ProcessEventsTimer(wxTimer): (source)
View In Hierarchy
Timer that tells wx to process pending events.
This is necessary on macOS, probably due to a bug in wx, if we want wxCallAfters to be handled when modal dialogs, menus, etc. are open.
__init__
Notify
wxapp
Undocumented