From 3e18db75fc47345e99a91d84017c594a99203239 Mon Sep 17 00:00:00 2001
From: hut
-
-
-
-
-
-
-
-
-
-
-
-
ranger.container.commandlistindex
/home/hut/ranger/ranger/container/commandlist.pyc
-
-
-
-
-Classes
-
-
-
-
-
-
-
-
-
-class AliasedCommand(Command)
-
-
-Methods defined here:
-
-
-
-
-
-Data descriptors defined here:
-
-
-Methods inherited from Command:
-
-
-
-Data descriptors inherited from Command:
-
-
-
-Data and other attributes inherited from Command:
-
-
-
-
-
-
-
-class Command(__builtin__.object)
-
-Command objects store information about a command
-Methods defined here:
-
-
-
-
-
-
-
-Data descriptors defined here:
-
-
-
-Data and other attributes defined here:
-
-
-
-
-
-
-
-class CommandArgument(__builtin__.object)
-Methods defined here:
-
-
-
-Data descriptors defined here:
-
-
-
-
-
-
-
-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:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-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.
-
-
-
-
-which already contains dummie objects.
-
-
-Data descriptors defined here:
-
-
-
-Data and other attributes defined here:
-
-
-
-
-
-
-
-
-
-
-
-
-
-class Show(__builtin__.object)
-
-Show objects do things without clearing the keybuffer
-Methods defined here:
-
-
-
-Data descriptors defined here:
-
-
-
-Data and other attributes defined here:
-
-
-
-
-
-
-
\ 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
-
-
-
-Functions
-
-
bookmarks -commandlist - | history -keybuffer - | keymap -tags +history + | keybuffer +keymap + | tags |