Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/_macosx.m
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,10 @@ - (void)flagsChanged:(NSEvent *)event
(PyCFunction)event_loop_is_running,
METH_NOARGS,
PyDoc_STR(
"Return whether the macosx backend has set up the NSApp main event loop.")},
"Return whether the macosx backend has been initialized.\n"
"\n"
"Note: this function name is currently imprecise and does not "
"reflect if the main event loop is running or not.")},
{"wake_on_fd_write",
(PyCFunction)wake_on_fd_write,
METH_VARARGS,
Expand Down
Loading