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.fsobject.html | 43 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 22 deletions(-) (limited to 'doc/pydoc/ranger.fsobject.html') diff --git a/doc/pydoc/ranger.fsobject.html b/doc/pydoc/ranger.fsobject.html index 885c6a87..1c0391a1 100644 --- a/doc/pydoc/ranger.fsobject.html +++ b/doc/pydoc/ranger.fsobject.html @@ -1,6 +1,6 @@ + Python: package ranger.fsobject - @@ -8,7 +8,7 @@
 
 
ranger.fsobject
index
/home/hut/work/ranger/ranger/fsobject/__init__.py
+>index
/home/hut/ranger/ranger/fsobject/__init__.py

FileSystemObjects are representation of files and directories
with fast access to their properties through caching

@@ -30,7 +30,7 @@ with fast access to their properties through         

-
builtins.Exception(builtins.BaseException) +
exceptions.Exception(exceptions.BaseException)
NotLoadedYet @@ -41,14 +41,14 @@ with fast access to their properties through  +class NotLoadedYet(exceptions.Exception)
 
-class NotLoadedYet(builtins.Exception)
    
Method resolution order:
NotLoadedYet
-
builtins.Exception
-
builtins.BaseException
-
builtins.object
+
exceptions.Exception
+
exceptions.BaseException
+
__builtin__.object

Data descriptors defined here:
@@ -56,19 +56,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)
@@ -79,23 +85,16 @@ 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
+

-- cgit 1.4.1-2-gfad0