From 3e18db75fc47345e99a91d84017c594a99203239 Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 20 Apr 2010 00:33:22 +0200 Subject: updated pydoc --- doc/pydoc/ranger.container.commandlist.html | 209 ------------------------- doc/pydoc/ranger.container.html | 9 +- doc/pydoc/ranger.ext.html | 5 +- doc/pydoc/ranger.ext.move.html | 22 --- doc/pydoc/ranger.ext.shutil_generatorized.html | 13 +- 5 files changed, 10 insertions(+), 248 deletions(-) delete mode 100644 doc/pydoc/ranger.container.commandlist.html delete mode 100644 doc/pydoc/ranger.ext.move.html (limited to 'doc') diff --git a/doc/pydoc/ranger.container.commandlist.html b/doc/pydoc/ranger.container.commandlist.html deleted file mode 100644 index bf0cec6c..00000000 --- a/doc/pydoc/ranger.container.commandlist.html +++ /dev/null @@ -1,209 +0,0 @@ - - -Python: module ranger.container.commandlist - - - - -
 
- 
ranger.container.commandlist
index
/home/hut/ranger/ranger/container/commandlist.pyc
-

-

- - - - - -
 
-Classes
       
-
__builtin__.object -
-
-
Command -
-
-
AliasedCommand -
-
-
CommandArgument -
CommandList -
Show -
-
-
-

- - - - - -
 
-class AliasedCommand(Command)
    
Method resolution order:
-
AliasedCommand
-
Command
-
__builtin__.object
-
-
-Methods defined here:
-
__init__(self, getter, keys)
- -
get_execute(self)
- -
-Data descriptors defined here:
-
execute
-
-
-Methods inherited from Command:
-
execute_wrap(self, displayable)
- -
-Data descriptors inherited from Command:
-
__dict__
-
dictionary for instance variables (if defined)
-
-
__weakref__
-
list of weak references to the object (if defined)
-
-
-Data and other attributes inherited from Command:
-
keys = []
- -

- - - - - - - -
 
-class Command(__builtin__.object)
   Command objects store information about a command
 
 Methods defined here:
-
__init__(self, fnc, keys)
- -
execute(self, *args)
Execute the command
- -
execute_wrap(self, displayable)
- -
-Data descriptors defined here:
-
__dict__
-
dictionary for instance variables (if defined)
-
-
__weakref__
-
list of weak references to the object (if defined)
-
-
-Data and other attributes defined here:
-
keys = []
- -

- - - - - -
 
-class CommandArgument(__builtin__.object)
    Methods defined here:
-
__init__(self, fm, displayable, keybuffer)
- -
-Data descriptors defined here:
-
__dict__
-
dictionary for instance variables (if defined)
-
-
__weakref__
-
list of weak references to the object (if defined)
-
-

- - - - - - - -
 
-class CommandList(__builtin__.object)
   CommandLists are dictionary-like objects which give you a command
-for a given key combination.  CommandLists must be filled before use.
 
 Methods defined here:
-
__call__(self, *args, **keywords)
- -
__getitem__(self, key)
Returns the command with the given key combination
- -
__init__(self)
- -
alias(self, existing, *new)
bind the <new> keys to the command of the <existing> key
- -
bind(self, fnc, *keys)
create a Command object and assign it to the given key combinations.
- -
clear(self)
remove all bindings
- -
rebuild_paths(self)
Fill the path dictionary with dummie objects.
-We need to know when to clear the keybuffer (when a wrong key is pressed)
-and when to wait for the rest of the key combination.  For "gg" we
-will assign "g" to a dummy which tells the program to do the latter
-and wait.
- -
remove_dummies(self)
Remove dummie objects in case you have to rebuild a path dictionary
-which already contains dummie objects.
- -
show(self, *keys, **keywords)
create a Show object and assign it to the given key combinations.
- -
unbind(self, *keys)
- -
-Data descriptors defined here:
-
__dict__
-
dictionary for instance variables (if defined)
-
-
__weakref__
-
list of weak references to the object (if defined)
-
-
-Data and other attributes defined here:
-
commandlist = []
- -
dummies_in_paths = False
- -
dummy_object = None
- -
paths = {}
- -

- - - - - - - -
 
-class Show(__builtin__.object)
   Show objects do things without clearing the keybuffer
 
 Methods defined here:
-
__init__(self, dictionary, keys)
- -
-Data descriptors defined here:
-
__dict__
-
dictionary for instance variables (if defined)
-
-
__weakref__
-
list of weak references to the object (if defined)
-
-
-Data and other attributes defined here:
-
keys = []
- -
text = ''
- -

- - - - - -
 
-Functions
       
cmdarg(displayable)
-
- \ No newline at end of file diff --git a/doc/pydoc/ranger.container.html b/doc/pydoc/ranger.container.html index dcc5958d..4957d18a 100644 --- a/doc/pydoc/ranger.container.html +++ b/doc/pydoc/ranger.container.html @@ -19,10 +19,9 @@ used to manage stored data

       
bookmarks
-commandlist
-
history
-keybuffer
-
keymap
-tags
+history
+
keybuffer
+keymap
+
tags
\ No newline at end of file diff --git a/doc/pydoc/ranger.ext.html b/doc/pydoc/ranger.ext.html index f4413800..1191463c 100644 --- a/doc/pydoc/ranger.ext.html +++ b/doc/pydoc/ranger.ext.html @@ -26,11 +26,10 @@ iter_tools
keybinding_parser
mount_path
-move
openstruct
shell_escape
-shutil_generatorized
-signal_dispatcher
+shutil_generatorized
+signal_dispatcher
tree
waitpid_no_intr
diff --git a/doc/pydoc/ranger.ext.move.html b/doc/pydoc/ranger.ext.move.html deleted file mode 100644 index 6c06f913..00000000 --- a/doc/pydoc/ranger.ext.move.html +++ /dev/null @@ -1,22 +0,0 @@ - - -Python: module ranger.ext.move - - - - -
 
- 
ranger.ext.move
index
/home/hut/ranger/ranger/ext/move.pyc
-

-

- - - - - -
 
-Functions
       
move_between(current, minimum, maximum, relative=0, absolute=None)
-
- \ No newline at end of file diff --git a/doc/pydoc/ranger.ext.shutil_generatorized.html b/doc/pydoc/ranger.ext.shutil_generatorized.html index f9db29b7..fc938852 100644 --- a/doc/pydoc/ranger.ext.shutil_generatorized.html +++ b/doc/pydoc/ranger.ext.shutil_generatorized.html @@ -19,11 +19,10 @@ XXX The functions here don't copy the resourc Modules         -
fnmatch
-
os
+
os
stat
sys
-

+

- -
 
@@ -191,15 +190,11 @@ Data descriptors inherited from exceptio Functions
       
copy(src, dst, overwrite=False)
Copy data and mode bits ("cp src dst").

-The destination may be a directory.
-
copy2(src, dst, overwrite=False, symlinks=False)
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, overwrite=False)
Recursively copy a directory tree using copy2().
 
@@ -253,5 +248,5 @@ is false and onerror is None, an exception&nb Data
       __all__ = ['copyfileobj', 'copyfile', 'copymode', 'copystat', 'copy', 'copy2', 'copytree', 'move', 'rmtree', 'Error', 'SpecialFileError']
+__all__ = ['copyfileobj', 'copyfile', 'copystat', 'copy2', 'copytree', 'move', 'rmtree', 'Error', 'SpecialFileError'] \ No newline at end of file -- cgit 1.4.1-2-gfad0