You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new asyncio support in PyGObject, it'd be nice if async methods would type their return values as awaitables: Awaitable[Gio.File]for Gtk.FileDialog.open() for example.