From 34a60763e79546e0f84e30fbcc430632f3dbb39e Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 16 Feb 2010 01:56:21 +0100 Subject: incremented version number and updated pydoc html files --- doc/pydoc/ranger.container.history.html | 51 ++++++++++++++++----------------- 1 file changed, 25 insertions(+), 26 deletions(-) (limited to 'doc/pydoc/ranger.container.history.html') diff --git a/doc/pydoc/ranger.container.history.html b/doc/pydoc/ranger.container.history.html index 8f35fff7..1e977b62 100644 --- a/doc/pydoc/ranger.container.history.html +++ b/doc/pydoc/ranger.container.history.html @@ -1,6 +1,6 @@ + Python: module ranger.container.history - @@ -8,7 +8,7 @@
 
 
ranger.container.history
index
/home/hut/work/ranger/ranger/container/history.py
+>index
/home/hut/ranger/ranger/container/history.py

# Copyright (c) 2009, 2010 hut <hut@lavabit.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
@@ -30,16 +30,16 @@        

-
builtins.Exception(builtins.BaseException) +
__builtin__.object
-
HistoryEmptyException +
History
-
builtins.object +
exceptions.Exception(exceptions.BaseException)
-
History +
HistoryEmptyException
@@ -47,7 +47,7 @@ +class History(__builtin__.object)
 
-class History(builtins.object)
     Methods defined here:
@@ -89,14 +89,14 @@ Data descriptors defined here:
+class HistoryEmptyException(exceptions.Exception)
 
-class HistoryEmptyException(builtins.Exception)
    
Method resolution order:
HistoryEmptyException
-
builtins.Exception
-
builtins.BaseException
-
builtins.object
+
exceptions.Exception
+
exceptions.BaseException
+
__builtin__.object

Data descriptors defined here:
@@ -104,19 +104,25 @@ Data descriptors defined here:
list of weak references to the object (if defined)

-Methods inherited from builtins.Exception:
+Methods inherited from exceptions.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 at 0x7f6a9223e120>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+Data and other attributes inherited from exceptions.Exception:
+
__new__ = <built-in method __new__ of type object at 0x7fdbe7033f40>
T.__new__(S, ...) -> a new object with type S, a subtype of T

-Methods inherited from builtins.BaseException:
+Methods inherited from exceptions.BaseException:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
+
__getitem__(...)
x.__getitem__(y) <==> x[y]
+ +
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

+Use of negative indices is not supported.
+
__reduce__(...)
__repr__(...)
x.__repr__() <==> repr(x)
@@ -127,22 +133,15 @@ Methods inherited from builtins.BaseExcept
__str__(...)
x.__str__() <==> str(x)
-
with_traceback(...)
Exception.with_traceback(tb) --
-set self.__traceback__ to tb and return self.
+
__unicode__(...)

-Data descriptors inherited from builtins.BaseException:
-
__cause__
-
exception cause
-
-
__context__
-
exception context
-
+Data descriptors inherited from exceptions.BaseException:
__dict__
-
__traceback__
-
args
+
message
+
\ No newline at end of file -- cgit 1.4.1-2-gfad0