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.commandlist.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/pydoc/ranger.container.commandlist.html') diff --git a/doc/pydoc/ranger.container.commandlist.html b/doc/pydoc/ranger.container.commandlist.html index 0e547ffe..11f10162 100644 --- a/doc/pydoc/ranger.container.commandlist.html +++ b/doc/pydoc/ranger.container.commandlist.html @@ -1,6 +1,6 @@ + Python: module ranger.container.commandlist - @@ -8,7 +8,7 @@
 
 
ranger.container.commandlist
index
/home/hut/work/ranger/ranger/container/commandlist.py
+>index
/home/hut/ranger/ranger/container/commandlist.py

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

-
builtins.object +
__builtin__.object
Command @@ -41,7 +41,7 @@
CommandArgument
CommandList -
Hint +
Show
@@ -55,7 +55,7 @@
Method resolution order:
AliasedCommand
Command
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -87,7 +87,7 @@ Data and other attributes inherited from  
-
class Command(builtins.object) +class Command(__builtin__.object)     Command objects store information about a command
 
@@ -115,7 +115,7 @@ Data and other attributes defined here:
+class CommandArgument(__builtin__.object)
 
-class CommandArgument(builtins.object)
     Methods defined here:
@@ -133,7 +133,7 @@ Data descriptors defined here:
+class CommandList(__builtin__.object)
 
-class CommandList(builtins.object)
    CommandLists are dictionary-like objects which give you a command
@@ -146,12 +146,10 @@ for a given key combination.  CommandLists mu
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.
+
bind(self, fnc, *keys)
create a Command object and assign it to the given key combinations.
clear(self)
remove all bindings
-
hint(self, text, *keys)
create a Hint object and assign it to the given key combinations.
-
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
@@ -161,6 +159,8 @@ 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)

@@ -185,13 +185,13 @@ Data and other attributes defined here:
+class Show(__builtin__.object) - +
 
-class Hint(builtins.object)
   Hints display text without clearing the keybuffer
 
Show objects do things without clearing the keybuffer
 
  Methods defined here:
-
__init__(self, text, keys)
+
__init__(self, dictionary, keys)

Data descriptors defined here:
-- cgit 1.4.1-2-gfad0