ranger.fm (version 1.0.1)
index
/home/hut/work/ranger/ranger/fm.py

 
Classes
       
ranger.actions.Actions(ranger.shared.EnvironmentAware, ranger.shared.settings.SettingsAware)
FM

 
class FM(ranger.actions.Actions)
    
Method resolution order:
FM
ranger.actions.Actions
ranger.shared.EnvironmentAware
ranger.shared.Awareness
ranger.shared.settings.SettingsAware
builtins.object

Methods defined here:
__init__(self, ui=None, bookmarks=None, tags=None)
Initialize FM.
block_input(self, sec=0)
initialize(self)
If ui/bookmarks are None, they will be initialized here.
loop(self)
The main loop consists of:
1. reloading bookmarks if outdated
2. letting the loader work
3. drawing and finalizing ui
4. reading and handling user input
5. after X loops: collecting unused directory objects

Data and other attributes defined here:
input_blocked = False
input_blocked_until = 0
stderr_to_out = False

Methods inherited from ranger.actions.Actions:
cd = enter_dir(self, path)
Enter the directory at the given path
copy(self)
Copy the selected items
cut(self)
delete(self)
display_command_help(self, console_widget)
display_file(self)
<
/* Finger protocol module for the WWW library */
/* History:
 *      21 Apr 94       Andrew Brooks
 */

#ifndef HTFINGER_H
#define HTFINGER_H

#include <HTAccess.h>
#include <HTAnchor.h>

#ifdef __cplusplus
extern "C" {
#endif
#ifdef GLOBALREF_IS_MACRO
    extern GLOBALREF (HTProtocol, HTFinger);

#else
    GLOBALREF HTProtocol HTFinger;
#endif				/* GLOBALREF_IS_MACRO */

    extern int HTLoadFinger(const char *arg,
			    HTParentAnchor *anAnchor,
			    HTFormat format_out,
			    HTStream *stream);

#ifdef __cplusplus
}
#endif
#endif				/* HTFINGER_H */

strong>(...)
time() -> floating point number
 
Return the current time in seconds since the Epoch.
Fractions of a second may be present if the system clock provides them.

 
Data
        CTRL_C = 3
TICKS_BEFORE_COLLECTING_GARBAGE = 100
__version__ = '1.0.1'