Package pyraf :: Module tpar :: Class PsetTparOption
[hide private]
[frames] | no frames]

Class PsetTparOption

source code


Nested Classes [hide private]

Inherited from urwid.widget.Widget: __metaclass__

Instance Methods [hide private]
 
klass(self) source code
unbound super object
__super(type)
super(type, obj) -> bound super object; requires isinstance(obj, type)...
source code

Inherited from StringTparOption: ENTER, MOVE_DOWN, MOVE_END, MOVE_START, MOVE_UP, PAGE_DOWN, PAGE_UP, READY_LINE, UNDEL_LINE, __init__, get_candidate, get_name, get_result, keypress, linechange, normalize, set_candidate, set_result, unlearn_value, verify

Inherited from urwid.container.Columns: column_widths, get_cursor_coords, get_focus, get_focus_column, get_pref_col, mouse_event, move_cursor_to_coords, render, rows, selectable, set_focus, set_focus_column

Inherited from urwid.container.Columns (private): _invalidate

Inherited from urwid.widget.Widget: __repr__, pack, sizing

Inherited from urwid.widget.Widget (private): _emit, _repr_attrs, _repr_words

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from urwid.widget.Widget (private): _selectable, _sizing

Properties [hide private]

Inherited from urwid.widget.Widget: base_widget

Inherited from object: __class__

Method Details [hide private]

klass(self)

source code 
Overrides: StringTparOption.klass

__super(type)

source code 
super(type, obj) -> bound super object; requires isinstance(obj, type)
super(type, type2) -> bound super object; requires issubclass(type2, type)
Typical use to call a cooperative superclass method:
class C(B):
    def meth(self, arg):
        super(C, self).meth(arg)

Returns: unbound super object