From c9383c72b2f62bee90050d02a307381cb6bfa536 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 19 Apr 2010 23:43:48 +0200 Subject: updated pydoc --- doc/pydoc/ranger.__main__.html | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'doc/pydoc/ranger.__main__.html') diff --git a/doc/pydoc/ranger.__main__.html b/doc/pydoc/ranger.__main__.html index a0ec1557..52cd201e 100644 --- a/doc/pydoc/ranger.__main__.html +++ b/doc/pydoc/ranger.__main__.html @@ -6,7 +6,7 @@  
ranger.__main__ (version 1.0.4)
 
- 
ranger.__main__
index
/home/hut/ranger/ranger/__main__.py

# coding=utf-8
@@ -32,16 +32,40 @@ Modules         -
os
+
ranger.ext.curses_interrupt_handler
+
os
+
ranger
sys
-

+

-
 
Functions
       
main()
initialize objects and run the filemanager
+
load_settings(fm, clean)
+
main()
initialize objects and run the filemanager
parse_arguments()
Parse the program arguments
-
+

signal(...)
signal(sig, action) -> action

+Set the action for the given signal.  The action can be SIG_DFL,
+SIG_IGN, or a callable Python object.  The previous action is
+returned.  See getsignal() for possible return values.

+*** IMPORTANT NOTICE ***
+A signal handler function is called with two arguments:
+the first is the signal number, the second is the interrupted stack frame.
+

+ + + + + +
 
+Data
       DEFAULT_CONFDIR = '~/.ranger'
+LC_ALL = 6
+SIGINT = 2
+SUPPRESS_HELP = 'SUPPRESSHELP'
+USAGE = '%prog [options] [path/filename]'
+__version__ = '1.0.4'
\ No newline at end of file -- cgit 1.4.1-2-gfad0