ranger.container.history
index
../../ranger/container/history.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.Exception(builtins.BaseException)
HistoryEmptyException
builtins.object
History

 
class History(builtins.object)
     Methods defined here:
__init__(self, maxlen=None, unique=True)
__iter__(self)
__len__(self)
add(self, item)
back(self)
bottom(self)
current(self)
fast_forward(self)
forward(self)
modify(self, item, unique=False)
move(self, n)
next(self)
rebase(self, other_history)
search(self, string, n)
top(self)

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

 
class HistoryEmptyException(builtins.Exception)
    
Method resolution order:
HistoryEmptyException
builtins.Exception
builtins.BaseException
builtins.object

Data descriptors defined here:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.Exception:
__init__(self, /, *args, **kwargs)
Initialize self.  See help(type(self)) for accurate signature.
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.

Methods inherited from builtins.BaseException:
__delattr__(self, name, /)
Implement delattr(self, name).
__getattribute__(self, name, /)
Return getattr(self, name).
__reduce__(...)
__repr__(self, /)
Return repr(self).
__setattr__(self, name, value, /)
Implement setattr(self, name, value).
__setstate__(...)
__str__(self, /)
Return str(self).
with_traceback(...)
Exception.with_traceback(tb) --
set self.__traceback__ to tb and return self.

Data descriptors inherited from builtins.BaseException:
__cause__
exception cause
__context__
exception context
__dict__
__suppress_context__
__traceback__
args