|  |  | Method resolution order:TaskViewranger.gui.widgets.Widgetranger.gui.displayable.Displayableranger.core.shared.EnvironmentAwareranger.core.shared.FileManagerAwareranger.gui.curses_shortcuts.CursesShortcutsranger.core.shared.SettingsAwareranger.ext.accumulator.Accumulatorbuiltins.object
 Methods defined here:
 
 __init__(self, win)
 draw(self)
 finalize(self)
 get_list(self)
 press(self, key)
 task_move(self, to, i=None)
 task_remove(self, i=None)
 Data and other attributes defined here:
 
 old_lst = None
 Data and other attributes inherited from ranger.gui.widgets.Widget:
 
 vcsfilestatus_symb = {'changed': ('*', ['vcschanged']), 'conflict': ('X', ['vcsconflict']), 'deleted': ('-', ['vcschanged']), 'ignored': ('·', ['vcsignored']), 'none': (' ', []), 'staged': ('*', ['vcsstaged']), 'sync': ('√', ['vcssync']), 'unknown': ('?', ['vcsunknown']), 'untracked': ('+', ['vcschanged'])}
 vcsremotestatus_symb = {'ahead': ('>', ['vcsahead']), 'behind': ('<', ['vcsbehind']), 'diverged': ('Y', ['vcsdiverged']), 'none': (' ', []), 'sync': ('=', ['vcssync']), 'unknown': ('?', ['vcsunknown'])}
 Methods inherited from ranger.gui.displayable.Displayable:
 
 __bool__ = __nonzero__(self)Always True
 __contains__(self, item)Checks if item is inside the boundaries.
 item can be an iterable like [y, x] or an object with x and y methods.
 __nonzero__(self)Always True
 __str__(self)
 click(self, event)Called when a mouse key is pressed and self.focused is True.
 Override this!
 contains_point(self, y, x)Test whether the point lies inside this object.
 x and y should be absolute coordinates.
 destroy(self)Called when the object is destroyed.
 Override this!
 poke(self)Called before drawing, even if invisible
 resize(self, y, x, hei=None, wid=None)Resize the widget
 Methods inherited from ranger.core.shared.EnvironmentAware:
 env = None
 Data descriptors inherited from ranger.core.shared.EnvironmentAware:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Methods inherited from ranger.gui.curses_shortcuts.CursesShortcuts:
 
 addch(self, *args)
 addnstr(self, *args)
 addstr(self, *args)
 color(self, *keys)Change the colors from now on.
 color_at(self, y, x, wid, *keys)Change the colors at the specified position
 color_reset(self)Change the colors to the default colors
 set_fg_bg_attr(self, fg, bg, attr)
 Methods inherited from ranger.ext.accumulator.Accumulator:
 
 correct_pointer(self)# XXX Is this still necessary?  move() ensures correct pointer position
 get_height(self)OVERRIDE THIS
 move(self, narg=None, **keywords)
 move_to_obj(self, arg, attr=None)
 pointer_is_synced(self)
 sync_index(self, **kw)
 |