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.ext.shutil_generatorized.html | 98 +++++++++++++------------- 1 file changed, 49 insertions(+), 49 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 343f3fa5..8c768653 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/work/ranger/ranger/ext/shutil_generatorized.py
+>index
/home/hut/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.

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

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

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

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

-Data and other attributes inherited from
builtins.EnvironmentError:
-
__new__ = <built-in method __new__ of type object at 0x7f6a9223ec80>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+Data and other attributes inherited from exceptions.EnvironmentError:
+
__new__ = <built-in method __new__ of type object at 0x7fdbe7034c40>
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.
+
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
-
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
+

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

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

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

-Data descriptors inherited from builtins.EnvironmentError:
+Data descriptors inherited from exceptions.EnvironmentError:
errno
exception errno
@@ -152,38 +153,37 @@ Data descriptors inherited from builtin
exception strerror

-Data and other attributes inherited from
builtins.EnvironmentError:
-
__new__ = <built-in method __new__ of type object at 0x7f6a9223ec80>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+Data and other attributes inherited from exceptions.EnvironmentError:
+
__new__ = <built-in method __new__ of type object at 0x7fdbe7034c40>
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.
+
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
-
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
+

@@ -191,17 +191,17 @@ Data descriptors inherited from builtins.B Functions -
       
copy(src, dst)
Copy data and mode bits ("cp src dst").
+
copy(src, dst, overwrite=False)
Copy data and mode bits ("cp src dst").
 
The destination may be a directory.
-
copy2(src, dst)
Copy data and all stat info ("cp -p src dst").
+
copy2(src, dst, overwrite=False, symlinks=False)
Copy data and all stat info ("cp -p src dst").
 
The destination may be a directory.
copyfile(src, dst)
Copy data from src to dst
copyfileobj(fsrc, fdst, length=16384)
copy data from file-like object fsrc to file-like object fdst
copymode(src, dst)
Copy mode bits from src to dst
copystat(src, dst)
Copy all stat info (mode bits, atime, mtime, flags) from src to dst
-
copytree(src, dst, symlinks=False, ignore=None)
Recursively copy a directory tree using copy2().
+
copytree(src, dst, symlinks=False, ignore=None, overwrite=False)
Recursively copy a directory tree using copy2().
 
The destination directory must not already exist.
If exception(s) occur, an Error is raised with a list of reasons.
@@ -224,7 +224,7 @@ list of names relative to the `src` directory not be copied.
 
XXX Consider this example code rather than the ultimate tool.
-
move(src, dst)
Recursively move a file or directory to another location. This is
+
move(src, dst, overwrite=False)
Recursively move a file or directory to another location. This is
similar to the Unix "mv" command.
 
If the destination is a directory or a symlink to a directory, the source
-- cgit 1.4.1-2-gfad0