ranger.ext.accumulator
index
../../ranger/ext/accumulator.py

# Copyright (C) 2009-2013  Roman Zimbelmann <hut@lavabit.com>
# This software is distributed under the terms of the GNU GPL version 3.

 
Classes
       
builtins.object
Accumulator

 
class Accumulator(builtins.object)
     Methods defined here:
__init__(self)
correct_pointer(self)
# XXX Is this still necessary?  move() ensures correct pointer position
get_height(self)
OVERRIDE THIS
get_list(self)
OVERRIDE THIS
move(self, narg=None, **keywords)
move_to_obj(self, arg, attr=None)
pointer_is_synced(self)
sync_index(self, **kw)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)