Exceptions

exception urwid.ExitMainLoop

When this exception is raised within a main loop the main loop will exit cleanly.

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.WidgetError

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.ListBoxError

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.ColumnsError

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.PileError

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.GridFlowError

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.BoxAdapterError

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.OverlayError

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.TextError

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.EditError

x.__init__(...) initializes x; see help(type(x)) for signature

exception urwid.CanvasError

x.__init__(...) initializes x; see help(type(x)) for signature

Previous topic

Constants

Next topic

Metaclasses

This Page