From 3817c8b47e85d3644383182c2b3909a2dbdd0b3b Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 21 Jun 2010 00:23:04 +0200 Subject: removed pydoc since it can be generated with "make doc" easily --- doc/pydoc/ranger.container.history.html | 149 -------------------------------- 1 file changed, 149 deletions(-) delete mode 100644 doc/pydoc/ranger.container.history.html (limited to 'doc/pydoc/ranger.container.history.html') diff --git a/doc/pydoc/ranger.container.history.html b/doc/pydoc/ranger.container.history.html deleted file mode 100644 index f1e804cf..00000000 --- a/doc/pydoc/ranger.container.history.html +++ /dev/null @@ -1,149 +0,0 @@ - -Python: module ranger.container.history - - - - - -
 
- 
ranger.container.history
index
/home/hut/code/ranger/ranger/container/history.py
-

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.

-

- - - - - -
 
-Classes
       
-
builtins.Exception(builtins.BaseException) -
-
-
HistoryEmptyException -
-
-
builtins.object -
-
-
History -
-
-
-

- - - - - -
 
-class History(builtins.object)
    Methods defined here:
-
__init__(self, maxlen=None)
- -
__iter__(self)
- -
__len__(self)
- -
add(self, item)
- -
back(self)
- -
bottom(self)
- -
current(self)
- -
fast_forward(self)
- -
forward(self)
- -
modify(self, item)
- -
move(self, n)
- -
next(self)
- -
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__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
- -
-Data and other attributes inherited from builtins.Exception:
-
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
- -
-Methods inherited from builtins.BaseException:
-
__delattr__(...)
x.__delattr__('name') <==> del x.name
- -
__getattribute__(...)
x.__getattribute__('name') <==> x.name
- -
__reduce__(...)
- -
__repr__(...)
x.__repr__() <==> repr(x)
- -
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
- -
__setstate__(...)
- -
__str__(...)
x.__str__() <==> str(x)
- -
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__
-
-
__traceback__
-
-
args
-
-

- \ No newline at end of file -- cgit 1.4.1-2-gfad0