ranger.gui.widgets.console_mode
index
/home/hut/work/ranger/ranger/gui/widgets/console_mode.py

 
Functions
       
all_modes(mode)
Returns a generator containing all valid modes.
is_valid_mode(mode)
Returns True or False depending on whether the mode is valid or not.
mode_to_class(mode)
Associates modes with the actual classes
from ranger.gui.widgets.console.

 
Data
        COMMAND = 1
COMMAND_QUICK = 2
DEFAULT = 0
OPEN = 3
OPEN_QUICK = 4
SEARCH = 5