From ef0157ff37404cf757f57711c62bb352a2971fa6 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 16 May 2010 16:28:42 +0200 Subject: updated pydoc --- doc/pydoc/ranger.ext.shutil_generatorized.html | 86 +++++++++++++------------- 1 file changed, 43 insertions(+), 43 deletions(-) (limited to 'doc/pydoc/ranger.ext.shutil_generatorized.html') diff --git a/doc/pydoc/ranger.ext.shutil_generatorized.html b/doc/pydoc/ranger.ext.shutil_generatorized.html index fc938852..ecb3b644 100644 --- a/doc/pydoc/ranger.ext.shutil_generatorized.html +++ b/doc/pydoc/ranger.ext.shutil_generatorized.html @@ -1,6 +1,6 @@ - Python: module ranger.ext.shutil_generatorized + @@ -8,7 +8,7 @@
 
 
ranger.ext.shutil_generatorized
index
/home/hut/ranger/ranger/ext/shutil_generatorized.py
+>index
/home/hut/code/ranger/ranger/ext/shutil_generatorized.py

Utility functions for copying files and directory trees.
 
XXX The functions here don't copy the resource fork or other metadata on Mac.

@@ -30,7 +30,7 @@ XXX The functions here don't copy the resourc        
-
exceptions.EnvironmentError(exceptions.StandardError) +
builtins.EnvironmentError(builtins.Exception)
Error @@ -42,16 +42,15 @@ XXX The functions here don't copy the resourc +class Error(builtins.EnvironmentError)
 
-class Error(exceptions.EnvironmentError)
    
Method resolution order:
Error
-
exceptions.EnvironmentError
-
exceptions.StandardError
-
exceptions.Exception
-
exceptions.BaseException
-
__builtin__.object
+
builtins.EnvironmentError
+
builtins.Exception
+
builtins.BaseException
+
builtins.object

Data descriptors defined here:
@@ -59,7 +58,7 @@ Data descriptors defined here:
list of weak references to the object (if defined)

-Methods inherited from exceptions.EnvironmentError:
+Methods inherited from builtins.EnvironmentError:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
@@ -67,7 +66,7 @@ Methods inherited from exceptions.Env
__str__(...)
x.__str__() <==> str(x)

-Data descriptors inherited from exceptions.EnvironmentError:
+Data descriptors inherited from builtins.EnvironmentError:
errno
exception errno
@@ -78,42 +77,43 @@ Data descriptors inherited from excep
exception strerror

-Data and other attributes inherited from
exceptions.EnvironmentError:
+Data and other attributes inherited from builtins.EnvironmentError:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

-Methods inherited from exceptions.BaseException:
+Methods inherited from builtins.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.
-
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
-
__unicode__(...)
+
with_traceback(...)
Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.

-Data descriptors inherited from exceptions.BaseException:
+Data descriptors inherited from builtins.BaseException:
+
__cause__
+
exception cause
+
+
__context__
+
exception context
+
__dict__
-
args
+
__traceback__
-
message
+
args

+class SpecialFileError(builtins.EnvironmentError)
 
-class SpecialFileError(exceptions.EnvironmentError)
    Raised when trying to do a kind of operation (e.g. copying) which is
@@ -121,11 +121,10 @@ not supported on a special file (e.g. a 
 
Method resolution order:
SpecialFileError
-
exceptions.EnvironmentError
-
exceptions.StandardError
-
exceptions.Exception
-
exceptions.BaseException
-
__builtin__.object
+
builtins.EnvironmentError
+
builtins.Exception
+
builtins.BaseException
+
builtins.object

Data descriptors defined here:
@@ -133,7 +132,7 @@ Data descriptors defined here:
list of weak references to the object (if defined)

-Methods inherited from exceptions.EnvironmentError:
+Methods inherited from builtins.EnvironmentError:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
@@ -141,7 +140,7 @@ Methods inherited from exceptions.Env
__str__(...)
x.__str__() <==> str(x)

-Data descriptors inherited from exceptions.EnvironmentError:
+Data descriptors inherited from builtins.EnvironmentError:
errno
exception errno
@@ -152,36 +151,37 @@ Data descriptors inherited from excep
exception strerror

-Data and other attributes inherited from
exceptions.EnvironmentError:
+Data and other attributes inherited from builtins.EnvironmentError:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

-Methods inherited from exceptions.BaseException:
+Methods inherited from builtins.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.
-
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
-
__unicode__(...)
+
with_traceback(...)
Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.

-Data descriptors inherited from exceptions.BaseException:
+Data descriptors inherited from builtins.BaseException:
+
__cause__
+
exception cause
+
+
__context__
+
exception context
+
__dict__
-
args
+
__traceback__
-
message
+
args

-- cgit 1.4.1-2-gfad0