From ef0157ff37404cf757f57711c62bb352a2971fa6 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 16 May 2010 16:28:42 +0200 Subject: updated pydoc --- doc/pydoc/ranger.__main__.html | 39 ++----- doc/pydoc/ranger.colorschemes.default.html | 6 +- doc/pydoc/ranger.colorschemes.html | 9 +- doc/pydoc/ranger.colorschemes.jungle.html | 6 +- doc/pydoc/ranger.colorschemes.snow.html | 6 +- doc/pydoc/ranger.container.bookmarks.html | 12 +-- doc/pydoc/ranger.container.history.html | 51 ++++----- doc/pydoc/ranger.container.html | 4 +- doc/pydoc/ranger.container.keybuffer.html | 8 +- doc/pydoc/ranger.container.tags.html | 8 +- doc/pydoc/ranger.defaults.apps.html | 51 +++++---- doc/pydoc/ranger.defaults.html | 4 +- doc/pydoc/ranger.defaults.options.html | 17 ++- doc/pydoc/ranger.ext.accumulator.html | 10 +- doc/pydoc/ranger.ext.command_parser.html | 8 +- doc/pydoc/ranger.ext.html | 5 +- doc/pydoc/ranger.ext.human_readable.html | 4 +- doc/pydoc/ranger.ext.openstruct.html | 38 +++---- doc/pydoc/ranger.ext.shutil_generatorized.html | 86 +++++++-------- doc/pydoc/ranger.ext.waitpid_no_intr.html | 4 +- doc/pydoc/ranger.fsobject.directory.html | 96 +++-------------- doc/pydoc/ranger.fsobject.file.html | 22 ++-- doc/pydoc/ranger.fsobject.fsobject.html | 68 ++++++------ doc/pydoc/ranger.fsobject.html | 86 +-------------- doc/pydoc/ranger.fsobject.loader.html | 135 ------------------------ doc/pydoc/ranger.gui.bar.html | 49 ++++----- doc/pydoc/ranger.gui.color.html | 4 +- doc/pydoc/ranger.gui.colorscheme.html | 8 +- doc/pydoc/ranger.gui.curses_shortcuts.html | 8 +- doc/pydoc/ranger.gui.defaultui.html | 6 +- doc/pydoc/ranger.gui.displayable.html | 8 +- doc/pydoc/ranger.gui.html | 4 +- doc/pydoc/ranger.gui.mouse_event.html | 14 +-- doc/pydoc/ranger.gui.ui.html | 6 +- doc/pydoc/ranger.gui.widgets.browsercolumn.html | 6 +- doc/pydoc/ranger.gui.widgets.browserview.html | 10 +- doc/pydoc/ranger.gui.widgets.console.html | 18 ++-- doc/pydoc/ranger.gui.widgets.console_mode.html | 4 +- doc/pydoc/ranger.gui.widgets.html | 6 +- doc/pydoc/ranger.gui.widgets.pager.html | 6 +- doc/pydoc/ranger.gui.widgets.statusbar.html | 19 ++-- doc/pydoc/ranger.gui.widgets.taskview.html | 10 +- doc/pydoc/ranger.gui.widgets.titlebar.html | 6 +- doc/pydoc/ranger.html | 6 +- doc/pydoc/ranger.shared.html | 12 +-- doc/pydoc/ranger.shared.mimetype.html | 8 +- doc/pydoc/ranger.shared.settings.html | 14 +-- 47 files changed, 349 insertions(+), 666 deletions(-) delete mode 100644 doc/pydoc/ranger.fsobject.loader.html (limited to 'doc') diff --git a/doc/pydoc/ranger.__main__.html b/doc/pydoc/ranger.__main__.html index 52cd201e..a30e6ffa 100644 --- a/doc/pydoc/ranger.__main__.html +++ b/doc/pydoc/ranger.__main__.html @@ -1,14 +1,14 @@ - Python: module ranger.__main__ +  
ranger.__main__
 
- 
ranger.__main__ (version 1.0.4)
index
/home/hut/ranger/ranger/__main__.py
+>index
/home/hut/code/ranger/ranger/__main__.py

# coding=utf-8
#
# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
@@ -32,40 +32,19 @@ Modules         -
ranger.ext.curses_interrupt_handler
-
os
-
ranger
+
os
sys
-

+

-
 
Functions
       
load_settings(fm, clean)
+
allow_access_to_confdir(confdir, allow)
+
load_apps(fm, clean)
+
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 diff --git a/doc/pydoc/ranger.colorschemes.default.html b/doc/pydoc/ranger.colorschemes.default.html index 23173585..93bc1c56 100644 --- a/doc/pydoc/ranger.colorschemes.default.html +++ b/doc/pydoc/ranger.colorschemes.default.html @@ -1,6 +1,6 @@ - Python: module ranger.colorschemes.default + @@ -8,7 +8,7 @@
 
 
ranger.colorschemes.default
index
/home/hut/ranger/ranger/colorschemes/default.py
+>index
/home/hut/code/ranger/ranger/colorschemes/default.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -57,7 +57,7 @@

Default
ranger.gui.colorscheme.ColorScheme
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.colorschemes.html b/doc/pydoc/ranger.colorschemes.html index 5dcb0f83..966e9978 100644 --- a/doc/pydoc/ranger.colorschemes.html +++ b/doc/pydoc/ranger.colorschemes.html @@ -1,6 +1,6 @@ - Python: package ranger.colorschemes + @@ -8,7 +8,7 @@
 
 
ranger.colorschemes
index
/home/hut/ranger/ranger/colorschemes/__init__.py
+>index
/home/hut/code/ranger/ranger/colorschemes/__init__.py

Colorschemes are required to be located here or in CONFDIR/colorschemes/

@@ -20,7 +20,8 @@
default
default88
jungle
-snow
-
texas
+plain
+
snow
+texas
\ No newline at end of file diff --git a/doc/pydoc/ranger.colorschemes.jungle.html b/doc/pydoc/ranger.colorschemes.jungle.html index c5a919a6..a07d605a 100644 --- a/doc/pydoc/ranger.colorschemes.jungle.html +++ b/doc/pydoc/ranger.colorschemes.jungle.html @@ -1,6 +1,6 @@ - Python: module ranger.colorschemes.jungle + @@ -8,7 +8,7 @@
 
 
ranger.colorschemes.jungle
index
/home/hut/ranger/ranger/colorschemes/jungle.py
+>index
/home/hut/code/ranger/ranger/colorschemes/jungle.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -58,7 +58,7 @@

ranger.colorschemes.default.Default
ranger.gui.colorscheme.ColorScheme
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.colorschemes.snow.html b/doc/pydoc/ranger.colorschemes.snow.html index 3d7b77b4..44b06cce 100644 --- a/doc/pydoc/ranger.colorschemes.snow.html +++ b/doc/pydoc/ranger.colorschemes.snow.html @@ -1,6 +1,6 @@ - Python: module ranger.colorschemes.snow + @@ -8,7 +8,7 @@
 
 
ranger.colorschemes.snow
index
/home/hut/ranger/ranger/colorschemes/snow.py
+>index
/home/hut/code/ranger/ranger/colorschemes/snow.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -57,7 +57,7 @@

Snow
ranger.gui.colorscheme.ColorScheme
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.container.bookmarks.html b/doc/pydoc/ranger.container.bookmarks.html index 2868a5ae..8ab685da 100644 --- a/doc/pydoc/ranger.container.bookmarks.html +++ b/doc/pydoc/ranger.container.bookmarks.html @@ -1,6 +1,6 @@ - Python: module ranger.container.bookmarks + @@ -8,7 +8,7 @@
 
 
ranger.container.bookmarks
index
/home/hut/ranger/ranger/container/bookmarks.py
+>index
/home/hut/code/ranger/ranger/container/bookmarks.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -41,7 +41,7 @@        

-
__builtin__.object +
builtins.object
Bookmarks @@ -52,14 +52,14 @@ +class Bookmarks(builtins.object)
 
-class Bookmarks(__builtin__.object)
    Bookmarks is a container which associates keys with bookmarks.
 
A key is a string with: len(key) == 1 and key in ALLOWED_KEYS.
 
-A bookmark is an object with: bookmark == bookmarktype(str(instance))
+A bookmark is an object with: bookmark == bookmarktype(str(instance))
Which is true for str or FileSystemObject. This condition is required
so bookmark-objects can be saved to and loaded from a file.
 
@@ -70,7 +70,7 @@ Optionally, a bookmark.go() method is used for&nbs
__getitem__(self, key)
Get the bookmark associated with the key
-
__init__(self, bookmarkfile, bookmarktype=<type 'str'>, autosave=False)
<bookmarkfile> specifies the path to the file where
+
__init__(self, bookmarkfile, bookmarktype=<class 'str'>, autosave=False)
<bookmarkfile> specifies the path to the file where
bookmarks are saved in.
__iter__(self)
diff --git a/doc/pydoc/ranger.container.history.html b/doc/pydoc/ranger.container.history.html index 5a98f7ec..f1e804cf 100644 --- a/doc/pydoc/ranger.container.history.html +++ b/doc/pydoc/ranger.container.history.html @@ -1,6 +1,6 @@ - Python: module ranger.container.history + @@ -8,7 +8,7 @@
 
 
ranger.container.history
index
/home/hut/ranger/ranger/container/history.py
+>index
/home/hut/code/ranger/ranger/container/history.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -31,16 +31,16 @@        

-
__builtin__.object +
builtins.Exception(builtins.BaseException)
-
History +
HistoryEmptyException
-
exceptions.Exception(exceptions.BaseException) +
builtins.object
-
HistoryEmptyException +
History
@@ -48,7 +48,7 @@ +class History(builtins.object)
 
-class History(__builtin__.object)
     Methods defined here:
@@ -90,14 +90,14 @@ Data descriptors defined here:
+class HistoryEmptyException(builtins.Exception)
 
-class HistoryEmptyException(exceptions.Exception)
    
Method resolution order:
HistoryEmptyException
-
exceptions.Exception
-
exceptions.BaseException
-
__builtin__.object
+
builtins.Exception
+
builtins.BaseException
+
builtins.object

Data descriptors defined here:
@@ -105,25 +105,19 @@ Data descriptors defined here:
list of weak references to the object (if defined)

-Methods inherited from exceptions.Exception:
+Methods inherited from builtins.Exception:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

-Data and other attributes inherited from exceptions.Exception:
-
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+Data and other attributes inherited from builtins.Exception:
+
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

-Methods inherited from exceptions.BaseException:
+Methods inherited from builtins.BaseException:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
-
__getitem__(...)
x.__getitem__(y) <==> x[y]
- -
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

-Use of negative indices is not supported.
-
__reduce__(...)
__repr__(...)
x.__repr__() <==> repr(x)
@@ -134,15 +128,22 @@ Use of negative indices is not supported.
__str__(...)
x.__str__() <==> str(x)
-
__unicode__(...)
+
with_traceback(...)
Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.

-Data descriptors inherited from exceptions.BaseException:
+Data descriptors inherited from builtins.BaseException:
+
__cause__
+
exception cause
+
+
__context__
+
exception context
+
__dict__
-
args
+
__traceback__
-
message
+
args
\ No newline at end of file diff --git a/doc/pydoc/ranger.container.html b/doc/pydoc/ranger.container.html index 4957d18a..28cd9e85 100644 --- a/doc/pydoc/ranger.container.html +++ b/doc/pydoc/ranger.container.html @@ -1,6 +1,6 @@ - Python: package ranger.container + @@ -8,7 +8,7 @@
 
 
ranger.container
index
/home/hut/ranger/ranger/container/__init__.py
+>index
/home/hut/code/ranger/ranger/container/__init__.py

This package includes container-objects which are
used to manage stored data

diff --git a/doc/pydoc/ranger.container.keybuffer.html b/doc/pydoc/ranger.container.keybuffer.html index c3f30471..e8d37991 100644 --- a/doc/pydoc/ranger.container.keybuffer.html +++ b/doc/pydoc/ranger.container.keybuffer.html @@ -1,6 +1,6 @@ - Python: module ranger.container.keybuffer + @@ -8,7 +8,7 @@
 
 
ranger.container.keybuffer
index
/home/hut/ranger/ranger/container/keybuffer.py
+>index
/home/hut/code/ranger/ranger/container/keybuffer.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@        

-
__builtin__.object +
builtins.object
KeyBuffer @@ -50,7 +50,7 @@ +class KeyBuffer(builtins.object) diff --git a/doc/pydoc/ranger.container.tags.html b/doc/pydoc/ranger.container.tags.html index 9f3ff6e8..23fba0b3 100644 --- a/doc/pydoc/ranger.container.tags.html +++ b/doc/pydoc/ranger.container.tags.html @@ -1,6 +1,6 @@ - Python: module ranger.container.tags +
 
-class KeyBuffer(__builtin__.object)
    The evaluator and storage for pressed keys
 
@@ -8,7 +8,7 @@
 
 
ranger.container.tags
index
/home/hut/ranger/ranger/container/tags.py
+>index
/home/hut/code/ranger/ranger/container/tags.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -31,7 +31,7 @@        

-
__builtin__.object +
builtins.object
Tags @@ -42,7 +42,7 @@ +class Tags(builtins.object)
 
-class Tags(__builtin__.object)
     Methods defined here:
diff --git a/doc/pydoc/ranger.defaults.apps.html b/doc/pydoc/ranger.defaults.apps.html index 4f38da10..fb820921 100644 --- a/doc/pydoc/ranger.defaults.apps.html +++ b/doc/pydoc/ranger.defaults.apps.html @@ -1,6 +1,6 @@ - Python: module ranger.defaults.apps + @@ -8,7 +8,7 @@
 
 
ranger.defaults.apps
index
/home/hut/ranger/ranger/defaults/apps.py
+>index
/home/hut/code/ranger/ranger/defaults/apps.py

This is the default ranger configuration file for filetype detection
and application handling.
 
@@ -30,10 +30,11 @@ This example modifies the behaviour of "feh"                          return tup('feh', '-F', *c)
 
                def app_default(self, c):
-                        if c.file.video or c.file.audio:
+                        f = c.file #shortcut
+                        if f.video or f.audio:
                                return app_kaffeine(c)
 
-                        if c.file.image and c.mode == 0:
+                        if f.image and c.mode == 0:
                                return app_feh_fullscreen_by_default(c)
 
                        return DefaultApps.app_default(self, c)
@@ -45,11 +46,10 @@ This example modifies the behaviour of "feh"  Modules         -
ranger.api.commands
-
os
+
os
re
sys
-

+

 
@@ -76,11 +76,11 @@ This example modifies the behaviour of "feh" 
ranger.api.apps.Applications
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
__builtin__.object
+
builtins.object

Methods defined here:
-
app_apvlv(self, c)
+
app_apvlv lambda self, context
app_aunpack(self, c)
@@ -90,43 +90,44 @@ Methods defined here:
app_editor(self, c)
-
app_elinks(self, c)
+
app_elinks lambda self, context
-
app_evince(self, c)
+
app_eog lambda self, context
-
app_eye_of_gnome(self, c)
+
app_evince lambda self, context
-
app_fceux(self, c)
+
app_fceux lambda self, context
app_feh(self, c)
-
app_firefox(self, c)
+
app_firefox lambda self, context
-
app_gimp(self, c)
+
app_gimp lambda self, context
app_java(self, c)
-
app_javac(self, c)
+
app_javac lambda self, context
app_make(self, c)
-
app_mirage(self, c)
+
app_mirage lambda self, context
app_mplayer(self, c)
-
app_opera(self, c)
+
app_opera lambda self, context
-
app_pager(self, c)
# ----------------------------------------- application definitions
+
app_pager(self, c)
# ----------------------------------------- application definitions
+# Note: Trivial applications are defined at the bottom
app_totem(self, c)
-
app_vim(self, c)
+
app_vim lambda self, context
-
app_wine(self, c)
+
app_wine lambda self, context
-
app_zathura(self, c)
+
app_zathura lambda self, context
-
app_zsnes(self, c)
+
app_zsnes lambda self, context

Methods inherited from ranger.api.apps.Applications:
@@ -142,6 +143,10 @@ Methods inherited from ranger.api.ap
has(self, app)
Returns whether an application is defined
+
+Class methods inherited from ranger.api.apps.Applications:
+
generic(cls, *args, **keywords) from builtins.type
+
Data and other attributes inherited from ranger.shared.FileManagerAware:
fm = None
diff --git a/doc/pydoc/ranger.defaults.html b/doc/pydoc/ranger.defaults.html index d0b18018..71de811b 100644 --- a/doc/pydoc/ranger.defaults.html +++ b/doc/pydoc/ranger.defaults.html @@ -1,6 +1,6 @@ - Python: package ranger.defaults + @@ -8,7 +8,7 @@
 
 
ranger.defaults
index
/home/hut/ranger/ranger/defaults/__init__.py
+>index
/home/hut/code/ranger/ranger/defaults/__init__.py

Default options and configration files

diff --git a/doc/pydoc/ranger.defaults.options.html b/doc/pydoc/ranger.defaults.options.html index db0c9512..08736ab7 100644 --- a/doc/pydoc/ranger.defaults.options.html +++ b/doc/pydoc/ranger.defaults.options.html @@ -1,6 +1,6 @@ - Python: module ranger.defaults.options +
@@ -8,7 +8,7 @@
 
 
ranger.defaults.options
index
/home/hut/ranger/ranger/defaults/options.py
+>index
/home/hut/code/ranger/ranger/defaults/options.py

This is the default configuration file of ranger.
 
There are two ways of customizing ranger.  The first and recommended
@@ -31,12 +31,11 @@ of the values stay the same.

Modules         -
ranger.colorschemes
-ranger.api.apps
-
ranger.gui.color
-ranger.api.commands
-
ranger.api.keys
-re
+
ranger.api.apps
+ranger.gui.color
+
ranger.api.commands
+ranger.api.keys
+
re

@@ -63,7 +62,7 @@ of the values stay the same.

preview_directories = True
preview_files = True
save_console_history = True
-scroll_offset = 2
+scroll_offset = 8
shorten_title = 3
show_cursor = False
show_hidden = False
diff --git a/doc/pydoc/ranger.ext.accumulator.html b/doc/pydoc/ranger.ext.accumulator.html index e812c025..1a337e34 100644 --- a/doc/pydoc/ranger.ext.accumulator.html +++ b/doc/pydoc/ranger.ext.accumulator.html @@ -1,6 +1,6 @@ - Python: module ranger.ext.accumulator +
@@ -8,7 +8,7 @@
 
 
ranger.ext.accumulator
index
/home/hut/ranger/ranger/ext/accumulator.py
+>index
/home/hut/code/ranger/ranger/ext/accumulator.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -31,7 +31,7 @@        

-
__builtin__.object +
builtins.object
Accumulator @@ -42,13 +42,13 @@ +class Accumulator(builtins.object)
 
-class Accumulator(__builtin__.object)
     Methods defined here:
__init__(self)
-
correct_pointer(self)
+
correct_pointer(self)
# XXX Is this still necessary?  move() ensures correct pointer position
get_height(self)
OVERRIDE THIS
diff --git a/doc/pydoc/ranger.ext.command_parser.html b/doc/pydoc/ranger.ext.command_parser.html index 4944b924..e5066056 100644 --- a/doc/pydoc/ranger.ext.command_parser.html +++ b/doc/pydoc/ranger.ext.command_parser.html @@ -1,6 +1,6 @@ - Python: module ranger.ext.command_parser + @@ -8,7 +8,7 @@
 
 
ranger.ext.command_parser
index
/home/hut/ranger/ranger/ext/command_parser.py
+>index
/home/hut/code/ranger/ranger/ext/command_parser.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@        

-
__builtin__.object +
builtins.object
LazyParser @@ -50,7 +50,7 @@ +class LazyParser(builtins.object) diff --git a/doc/pydoc/ranger.ext.html b/doc/pydoc/ranger.ext.html index 1191463c..afd5aeb2 100644 --- a/doc/pydoc/ranger.ext.html +++ b/doc/pydoc/ranger.ext.html @@ -1,6 +1,6 @@ - Python: package ranger.ext +
 
-class LazyParser(__builtin__.object)
    Parse commands and extract information
 
@@ -8,7 +8,7 @@
 
 
ranger.ext
index
/home/hut/ranger/ranger/ext/__init__.py
+>index
/home/hut/code/ranger/ranger/ext/__init__.py

This package includes extensions with broader usability

@@ -30,6 +30,7 @@ shell_escape
shutil_generatorized
signal_dispatcher
+spawn
tree
waitpid_no_intr
diff --git a/doc/pydoc/ranger.ext.human_readable.html b/doc/pydoc/ranger.ext.human_readable.html index efcb6494..9391e3af 100644 --- a/doc/pydoc/ranger.ext.human_readable.html +++ b/doc/pydoc/ranger.ext.human_readable.html @@ -1,6 +1,6 @@ - Python: module ranger.ext.human_readable + @@ -8,7 +8,7 @@
 
 
ranger.ext.human_readable
index
/home/hut/ranger/ranger/ext/human_readable.py
+>index
/home/hut/code/ranger/ranger/ext/human_readable.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/doc/pydoc/ranger.ext.openstruct.html b/doc/pydoc/ranger.ext.openstruct.html index d4340807..17a6525f 100644 --- a/doc/pydoc/ranger.ext.openstruct.html +++ b/doc/pydoc/ranger.ext.openstruct.html @@ -1,6 +1,6 @@ - Python: module ranger.ext.openstruct + @@ -8,7 +8,7 @@
 
 
ranger.ext.openstruct
index
/home/hut/ranger/ranger/ext/openstruct.py
+>index
/home/hut/code/ranger/ranger/ext/openstruct.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -31,7 +31,7 @@        

-
__builtin__.dict(__builtin__.object) +
builtins.dict(builtins.object)
OpenStruct @@ -42,15 +42,15 @@ +class OpenStruct(builtins.dict) - +
 
-class OpenStruct(__builtin__.dict)
   The fusion of dict and struct
 
The fusion of dict and struct
 
 
Method resolution order:
OpenStruct
-
__builtin__.dict
-
__builtin__.object
+
builtins.dict
+
builtins.object

Methods defined here:
@@ -65,9 +65,7 @@ Data descriptors defined here:
list of weak references to the object (if defined)

-Methods inherited from __builtin__.dict:
-
__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
- +Methods inherited from builtins.dict:
__contains__(...)
D.__contains__(k) -> True if D has a key k, else False
__delitem__(...)
x.__delitem__(y) <==> del x[y]
@@ -104,17 +102,9 @@ Methods inherited from __builtin__.dict:
get(...)
D.get(k[,d]) -> D[k] if k in D, else d.  d defaults to None.
-
has_key(...)
D.has_key(k) -> True if D has a key k, else False
- -
items(...)
D.items() -> list of D's (key, value) pairs, as 2-tuples
- -
iteritems(...)
D.iteritems() -> an iterator over the (key, value) items of D
- -
iterkeys(...)
D.iterkeys() -> an iterator over the keys of D
- -
itervalues(...)
D.itervalues() -> an iterator over the values of D
+
items(...)
D.items() -> a set-like object providing a view on D's items
-
keys(...)
D.keys() -> list of D's keys
+
keys(...)
D.keys() -> a set-like object providing a view on D's keys
pop(...)
D.pop(k[,d]) -> v, remove specified key and return the corresponding value.
If key is not found, d is returned if given, otherwise KeyError is raised
@@ -124,20 +114,20 @@ If key is not found, d is returned if&nb
setdefault(...)
D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D
-
update(...)
D.update(E, **F) -> None.  Update D from dict/iterable E and F.
+
update(...)
D.update(E, **F) -> None.  Update D from dict/iterable E and F.
If E has a .keys() method, does:     for k in E: D[k] = E[k]
If E lacks .keys() method, does:     for (k, v) in E: D[k] = v
In either case, this is followed by: for k in F: D[k] = F[k]
-
values(...)
D.values() -> list of D's values
+
values(...)
D.values() -> an object providing a view on D's values

-Data and other attributes inherited from __builtin__.dict:
+Data and other attributes inherited from builtins.dict:
__hash__ = None
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
-
fromkeys = <built-in method fromkeys of type object>
dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v.
+
fromkeys = <built-in method fromkeys of type object>
dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v.
v defaults to None.
diff --git a/doc/pydoc/ranger.ext.shutil_generatorized.html b/doc/pydoc/ranger.ext.shutil_generatorized.html index fc938852..ecb3b644 100644 --- a/doc/pydoc/ranger.ext.shutil_generatorized.html +++ b/doc/pydoc/ranger.ext.shutil_generatorized.html @@ -1,6 +1,6 @@ - Python: module ranger.ext.shutil_generatorized + @@ -8,7 +8,7 @@
 
 
ranger.ext.shutil_generatorized
index
/home/hut/ranger/ranger/ext/shutil_generatorized.py
+>index
/home/hut/code/ranger/ranger/ext/shutil_generatorized.py

Utility functions for copying files and directory trees.
 
XXX The functions here don't copy the resource fork or other metadata on Mac.

@@ -30,7 +30,7 @@ XXX The functions here don't copy the resourc        
-
exceptions.EnvironmentError(exceptions.StandardError) +
builtins.EnvironmentError(builtins.Exception)
Error @@ -42,16 +42,15 @@ XXX The functions here don't copy the resourc +class Error(builtins.EnvironmentError)
 
-class Error(exceptions.EnvironmentError)
    
Method resolution order:
Error
-
exceptions.EnvironmentError
-
exceptions.StandardError
-
exceptions.Exception
-
exceptions.BaseException
-
__builtin__.object
+
builtins.EnvironmentError
+
builtins.Exception
+
builtins.BaseException
+
builtins.object

Data descriptors defined here:
@@ -59,7 +58,7 @@ Data descriptors defined here:
list of weak references to the object (if defined)

-Methods inherited from exceptions.EnvironmentError:
+Methods inherited from builtins.EnvironmentError:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
@@ -67,7 +66,7 @@ Methods inherited from exceptions.Env
__str__(...)
x.__str__() <==> str(x)

-Data descriptors inherited from exceptions.EnvironmentError:
+Data descriptors inherited from builtins.EnvironmentError:
errno
exception errno
@@ -78,42 +77,43 @@ Data descriptors inherited from excep
exception strerror

-Data and other attributes inherited from
exceptions.EnvironmentError:
+Data and other attributes inherited from builtins.EnvironmentError:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

-Methods inherited from exceptions.BaseException:
+Methods inherited from builtins.BaseException:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
-
__getitem__(...)
x.__getitem__(y) <==> x[y]
- -
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

-Use of negative indices is not supported.
-
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
-
__unicode__(...)
+
with_traceback(...)
Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.

-Data descriptors inherited from exceptions.BaseException:
+Data descriptors inherited from builtins.BaseException:
+
__cause__
+
exception cause
+
+
__context__
+
exception context
+
__dict__
-
args
+
__traceback__
-
message
+
args

+class SpecialFileError(builtins.EnvironmentError)
 
-class SpecialFileError(exceptions.EnvironmentError)
    Raised when trying to do a kind of operation (e.g. copying) which is
@@ -121,11 +121,10 @@ not supported on a special file (e.g. a 
 
Method resolution order:
SpecialFileError
-
exceptions.EnvironmentError
-
exceptions.StandardError
-
exceptions.Exception
-
exceptions.BaseException
-
__builtin__.object
+
builtins.EnvironmentError
+
builtins.Exception
+
builtins.BaseException
+
builtins.object

Data descriptors defined here:
@@ -133,7 +132,7 @@ Data descriptors defined here:
list of weak references to the object (if defined)

-Methods inherited from exceptions.EnvironmentError:
+Methods inherited from builtins.EnvironmentError:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
@@ -141,7 +140,7 @@ Methods inherited from exceptions.Env
__str__(...)
x.__str__() <==> str(x)

-Data descriptors inherited from exceptions.EnvironmentError:
+Data descriptors inherited from builtins.EnvironmentError:
errno
exception errno
@@ -152,36 +151,37 @@ Data descriptors inherited from excep
exception strerror

-Data and other attributes inherited from
exceptions.EnvironmentError:
+Data and other attributes inherited from builtins.EnvironmentError:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

-Methods inherited from exceptions.BaseException:
+Methods inherited from builtins.BaseException:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
-
__getitem__(...)
x.__getitem__(y) <==> x[y]
- -
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

-Use of negative indices is not supported.
-
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
-
__unicode__(...)
+
with_traceback(...)
Exception.with_traceback(tb) --
+set self.__traceback__ to tb and return self.

-Data descriptors inherited from exceptions.BaseException:
+Data descriptors inherited from builtins.BaseException:
+
__cause__
+
exception cause
+
+
__context__
+
exception context
+
__dict__
-
args
+
__traceback__
-
message
+
args

diff --git a/doc/pydoc/ranger.ext.waitpid_no_intr.html b/doc/pydoc/ranger.ext.waitpid_no_intr.html index c0ef5666..ccc2c161 100644 --- a/doc/pydoc/ranger.ext.waitpid_no_intr.html +++ b/doc/pydoc/ranger.ext.waitpid_no_intr.html @@ -1,6 +1,6 @@ - Python: module ranger.ext.waitpid_no_intr +
@@ -8,7 +8,7 @@
 
 
ranger.ext.waitpid_no_intr
index
/home/hut/ranger/ranger/ext/waitpid_no_intr.py
+>index
/home/hut/code/ranger/ranger/ext/waitpid_no_intr.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/doc/pydoc/ranger.fsobject.directory.html b/doc/pydoc/ranger.fsobject.directory.html index 79dfc957..77790809 100644 --- a/doc/pydoc/ranger.fsobject.directory.html +++ b/doc/pydoc/ranger.fsobject.directory.html @@ -1,6 +1,6 @@ - Python: module ranger.fsobject.directory + @@ -8,7 +8,7 @@
 
 
ranger.fsobject.directory
index
/home/hut/ranger/ranger/fsobject/directory.py
+>index
/home/hut/code/ranger/ranger/fsobject/directory.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -32,7 +32,8 @@        
os
ranger
-

+stat
+

 
@@ -40,13 +41,7 @@
       
-
exceptions.Exception(exceptions.BaseException) -
-
-
NoDirectoryGiven -
-
-
ranger.ext.accumulator.Accumulator(__builtin__.object) +
ranger.ext.accumulator.Accumulator(builtins.object)
Directory(ranger.fsobject.fsobject.FileSystemObject, ranger.ext.accumulator.Accumulator, ranger.shared.settings.SettingsAware) @@ -58,7 +53,7 @@
Directory(ranger.fsobject.fsobject.FileSystemObject, ranger.ext.accumulator.Accumulator, ranger.shared.settings.SettingsAware)
-
ranger.shared.settings.SettingsAware(__builtin__.object) +
ranger.shared.settings.SettingsAware(builtins.object)
Directory(ranger.fsobject.fsobject.FileSystemObject, ranger.ext.accumulator.Accumulator, ranger.shared.settings.SettingsAware) @@ -80,7 +75,7 @@
ranger.shared.Awareness
ranger.ext.accumulator.Accumulator
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -90,7 +85,7 @@ Methods defined here:
__hash__(self)
-
__init__(self, path)
+
__init__(self, path, **kw)
__len__(self)
The number of containing files
@@ -189,8 +184,6 @@ Methods inherited from
__str__(self)
returns a string containing the absolute path
-
determine_infostring(self)
-
get_description(self)
get_permission_string(self)
@@ -205,8 +198,6 @@ filesystem and caches it for later use
load_if_outdated(self)
Calls load() if the currently cached information is outdated
or nonexistant.
-
load_once(self)
calls load() if it has not been called at least once yet
-
mark(self, boolean)
set_mimetype(self)
assign attributes such as self.video according to the mimetype
@@ -217,6 +208,10 @@ or nonexistant. Data descriptors inherited from ranger.fsobject.fsobject.FileSystemObject:
filetype
+
mimetype
+
+
mimetype_tuple
+
shell_escaped_basename

@@ -263,14 +258,10 @@ Data and other attributes inherited from
tagged = False -
type = 'unknown'
-
video = False

@@ -315,64 +304,6 @@ Methods inherited from
ranger. Data and other attributes inherited from ranger.shared.settings.SettingsAware:
settings = {}
-

- - - - - -
 
-class NoDirectoryGiven(exceptions.Exception)
    
Method resolution order:
-
NoDirectoryGiven
-
exceptions.Exception
-
exceptions.BaseException
-
__builtin__.object
-
-
-Data descriptors defined here:
-
__weakref__
-
list of weak references to the object (if defined)
-
-
-Methods inherited from exceptions.Exception:
-
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
- -
-Data and other attributes inherited from exceptions.Exception:
-
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
- -
-Methods inherited from exceptions.BaseException:
-
__delattr__(...)
x.__delattr__('name') <==> del x.name
- -
__getattribute__(...)
x.__getattribute__('name') <==> x.name
- -
__getitem__(...)
x.__getitem__(y) <==> x[y]
- -
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

-Use of negative indices is not supported.
- -
__reduce__(...)
- -
__repr__(...)
x.__repr__() <==> repr(x)
- -
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
- -
__setstate__(...)
- -
__str__(...)
x.__str__() <==> str(x)
- -
__unicode__(...)
- -
-Data descriptors inherited from exceptions.BaseException:
-
__dict__
-
-
args
-
-
message
-

@@ -380,7 +311,8 @@ Data descriptors inherited from exceptio Functions -
       
sort_by_basename(path)
returns path.basename (for sorting)
+
accept_file(fname, hidden_filter, name_filter)
+
sort_by_basename(path)
returns path.basename (for sorting)
sort_by_basename_icase(path)
returns case-insensitive path.basename (for sorting)
sort_by_directory(path)
returns 0 if path is a directory, otherwise 1 (for sorting)
time(...)
time() -> floating point number
diff --git a/doc/pydoc/ranger.fsobject.file.html b/doc/pydoc/ranger.fsobject.file.html index 01188d95..948be90d 100644 --- a/doc/pydoc/ranger.fsobject.file.html +++ b/doc/pydoc/ranger.fsobject.file.html @@ -1,6 +1,6 @@ - Python: module ranger.fsobject.file + @@ -8,7 +8,7 @@
 
 
ranger.fsobject.file
index
/home/hut/ranger/ranger/fsobject/file.py
+>index
/home/hut/code/ranger/ranger/fsobject/file.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -51,7 +51,7 @@

ranger.shared.mimetype.MimeTypeAware
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -67,14 +67,12 @@ Data and other attributes defined here:

Methods inherited from ranger.fsobject.fsobject.FileSystemObject:
-
__init__(self, path)
+
__init__(self, path, preload=None, path_is_abs=False)
__repr__(self)
__str__(self)
returns a string containing the absolute path
-
determine_infostring(self)
-
get_description(self)
get_permission_string(self)
@@ -89,8 +87,6 @@ filesystem and caches it for later use
load_if_outdated(self)
Calls load() if the currently cached information is outdated
or nonexistant.
-
load_once(self)
calls load() if it has not been called at least once yet
-
mark(self, boolean)
set_mimetype(self)
assign attributes such as self.video according to the mimetype
@@ -101,6 +97,10 @@ or nonexistant.
Data descriptors inherited from ranger.fsobject.fsobject.FileSystemObject:
filetype
+
mimetype
+
+
mimetype_tuple
+
shell_escaped_basename

@@ -149,14 +149,10 @@ Data and other attributes inherited from
tagged = False
-
type = 'unknown'
-
video = False

diff --git a/doc/pydoc/ranger.fsobject.fsobject.html b/doc/pydoc/ranger.fsobject.fsobject.html index 1a9517bc..869ecfbe 100644 --- a/doc/pydoc/ranger.fsobject.fsobject.html +++ b/doc/pydoc/ranger.fsobject.fsobject.html @@ -1,6 +1,6 @@ - Python: module ranger.fsobject.fsobject + @@ -8,7 +8,7 @@
 
 
ranger.fsobject.fsobject
index
/home/hut/ranger/ranger/fsobject/fsobject.py
+>
index
/home/hut/code/ranger/ranger/fsobject/fsobject.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -25,15 +25,6 @@ # along with this program.  If not, see <http://www.gnu.org/licenses/>.

- - - - -
 
-Modules
       
os
-
stat
-

- @@ -46,7 +37,7 @@
FileSystemObject(ranger.shared.mimetype.MimeTypeAware, ranger.shared.FileManagerAware)
-
ranger.shared.mimetype.MimeTypeAware(__builtin__.object) +
ranger.shared.mimetype.MimeTypeAware(builtins.object)
FileSystemObject(ranger.shared.mimetype.MimeTypeAware, ranger.shared.FileManagerAware) @@ -65,18 +56,16 @@
ranger.shared.mimetype.MimeTypeAware
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
__builtin__.object
+
builtins.object

Methods defined here:
-
__init__(self, path)
+
__init__(self, path, preload=None, path_is_abs=False)
__repr__(self)
__str__(self)
returns a string containing the absolute path
-
determine_infostring(self)
-
get_description(self)
get_permission_string(self)
@@ -91,8 +80,6 @@ filesystem and caches it for later use
load_if_outdated(self)
Calls load() if the currently cached information is outdated
or nonexistant.
-
load_once(self)
calls load() if it has not been called at least once yet
-
mark(self, boolean)
set_mimetype(self)
assign attributes such as self.video according to the mimetype
@@ -103,6 +90,10 @@ or nonexistant. Data descriptors defined here:
filetype
+
mimetype
+
+
mimetype_tuple
+
shell_escaped_basename

@@ -153,14 +144,10 @@ Data and other attributes defined here:
media = False
-
mimetype_tuple = ()
-
path = None
permissions = None
-
readlink = None
-
runnable = False
size = 0
@@ -171,8 +158,6 @@ Data and other attributes defined here:
tagged = False
-
type = 'unknown'
-
video = False

@@ -198,7 +183,31 @@ Data and other attributes inherited from Functions
-
 
Classes
       
time(...)
time() -> floating point number
+
access(...)
access(path, mode) -> True if granted, False otherwise

+Use the real uid/gid to test for access to a path.  Note that most
+operations will use the effective uid/gid, therefore this routine can
+be used in a suid/sgid environment to test if the invoking user has the
+specified access to the path.  The mode argument can be F_OK to test
+existence, or the inclusive-OR of R_OK, W_OK, and X_OK.
+
listdir(...)
listdir(path) -> list_of_strings

+Return a list containing the names of the entries in the directory.

+        path: path of directory to list

+The list is in arbitrary order.  It does not include the special
+entries '.' and '..' even if they are present in the directory.
+
lstat(...)
lstat(path) -> stat result

+Like stat(path), but do not follow symbolic links.
+
readlink(...)
readlink(path) -> path

+Return a string representing the path to which the symbolic link points.
+
stat(...)
stat(path) -> stat result

+Perform a stat system call on the given path.
+
time(...)
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.
@@ -210,12 +219,5 @@ Fractions of a second may be present if 
        BAD_INFO = '?'
-CONTAINER_EXTENSIONS = ['rar', 'zip', 'tar', 'gz', 'bz', 'bz2', 'tgz', '7z', 'iso', 'cab']
-DOCUMENT_BASENAMES = ()
-DOCUMENT_EXTENSIONS = ()
-PIPE = -1
-T_DIRECTORY = 'directory'
-T_FILE = 'file'
-T_NONEXISTANT = 'nonexistant'
-T_UNKNOWN = 'unknown'
+CONTAINER_EXTENSIONS = ('7z', 'ace', 'ar', 'arc', 'bz', 'bz2', 'cab', 'cpio', 'cpt', 'dgc', 'dmg', 'gz', 'iso', 'jar', 'msi', 'pkg', 'rar', 'shar', 'tar', 'tbz', ...) \ No newline at end of file diff --git a/doc/pydoc/ranger.fsobject.html b/doc/pydoc/ranger.fsobject.html index 7014418a..76d5ca70 100644 --- a/doc/pydoc/ranger.fsobject.html +++ b/doc/pydoc/ranger.fsobject.html @@ -1,6 +1,6 @@ - Python: package ranger.fsobject + @@ -8,7 +8,7 @@
 
 
ranger.fsobject
index
/home/hut/ranger/ranger/fsobject/__init__.py
+>
index
/home/hut/code/ranger/ranger/fsobject/__init__.py

FileSystemObjects are representation of files and directories
with fast access to their properties through caching

@@ -21,90 +21,12 @@ with fast access to their properties through 
directory
file
fsobject
-
loader
-

- - - - - -
 
-Classes
       
-
exceptions.Exception(exceptions.BaseException) -
-
-
NotLoadedYet -
-
-
-

- - - - - -
 
-class NotLoadedYet(exceptions.Exception)
    
Method resolution order:
-
NotLoadedYet
-
exceptions.Exception
-
exceptions.BaseException
-
__builtin__.object
-
-
-Data descriptors defined here:
-
__weakref__
-
list of weak references to the object (if defined)
-
-
-Methods inherited from exceptions.Exception:
-
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
- -
-Data and other attributes inherited from exceptions.Exception:
-
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
- -
-Methods inherited from exceptions.BaseException:
-
__delattr__(...)
x.__delattr__('name') <==> del x.name
- -
__getattribute__(...)
x.__getattribute__('name') <==> x.name
- -
__getitem__(...)
x.__getitem__(y) <==> x[y]
- -
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

-Use of negative indices is not supported.
- -
__reduce__(...)
- -
__repr__(...)
x.__repr__() <==> repr(x)
- -
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
- -
__setstate__(...)
- -
__str__(...)
x.__str__() <==> str(x)
- -
__unicode__(...)
- -
-Data descriptors inherited from exceptions.BaseException:
-
__dict__
-
-
args
-
-
message
-
-

+

-
 
Data
       BAD_INFO = '?'
-T_DIRECTORY = 'directory'
-T_FILE = 'file'
-T_NONEXISTANT = 'nonexistant'
-T_UNKNOWN = 'unknown'
+BAD_INFO = '?' \ No newline at end of file diff --git a/doc/pydoc/ranger.fsobject.loader.html b/doc/pydoc/ranger.fsobject.loader.html deleted file mode 100644 index c387f773..00000000 --- a/doc/pydoc/ranger.fsobject.loader.html +++ /dev/null @@ -1,135 +0,0 @@ - - -Python: module ranger.fsobject.loader - - - - -
 
- 
ranger.fsobject.loader
index
/home/hut/ranger/ranger/fsobject/loader.py
-

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.

-

- - - - - -
 
-Modules
       
math
-

- - - - - -
 
-Classes
       
-
__builtin__.object -
-
-
LoadableObject -
-
-
ranger.shared.FileManagerAware(ranger.shared.Awareness) -
-
-
Loader -
-
-
-

- - - - - -
 
-class LoadableObject(__builtin__.object)
    Methods defined here:
-
__init__(self, gen, descr)
- -
get_description(self)
- -
-Data descriptors defined here:
-
__dict__
-
dictionary for instance variables (if defined)
-
-
__weakref__
-
list of weak references to the object (if defined)
-
-

- - - - - -
 
-class Loader(ranger.shared.FileManagerAware)
    
Method resolution order:
-
Loader
-
ranger.shared.FileManagerAware
-
ranger.shared.Awareness
-
__builtin__.object
-
-
-Methods defined here:
-
__init__(self)
- -
add(self, obj)
Add an object to the queue.
-It should have a load_generator method.
- -
has_work(self)
Is there anything to load?
- -
move(self, _from, to)
- -
remove(self, item=None, index=None)
- -
rotate(self)
Rotate the throbber
- -
work(self)
Load items from the queue if there are any.
-Stop after approximately self.seconds_of_work_time.
- -
-Data and other attributes defined here:
-
seconds_of_work_time = 0.029999999999999999
- -
-Data and other attributes inherited from ranger.shared.FileManagerAware:
-
fm = None
- -
-Data descriptors inherited from ranger.shared.Awareness:
-
__dict__
-
dictionary for instance variables (if defined)
-
-
__weakref__
-
list of weak references to the object (if defined)
-
-

- - - - - -
 
-Functions
       
status_generator()
Generate a rotating line which can be used as a throbber
-
time(...)
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.
-
- \ No newline at end of file diff --git a/doc/pydoc/ranger.gui.bar.html b/doc/pydoc/ranger.gui.bar.html index 0eab7f3b..988c736b 100644 --- a/doc/pydoc/ranger.gui.bar.html +++ b/doc/pydoc/ranger.gui.bar.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.bar + @@ -8,7 +8,7 @@
 
 
ranger.gui.bar
index
/home/hut/ranger/ranger/gui/bar.py
+>index
/home/hut/code/ranger/ranger/gui/bar.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -31,13 +31,13 @@        

-
__builtin__.list(__builtin__.object) +
builtins.list(builtins.object)
BarSide
-
__builtin__.object +
builtins.object
Bar @@ -49,7 +49,7 @@ +class Bar(builtins.object)
 
-class Bar(__builtin__.object)
     Methods defined here:
@@ -91,13 +91,13 @@ Data and other attributes defined here:
+class BarSide(builtins.list)
 
-class BarSide(__builtin__.list)
    
Method resolution order:
BarSide
-
__builtin__.list
-
__builtin__.object
+
builtins.list
+
builtins.object

Methods defined here:
@@ -122,17 +122,13 @@ Data descriptors defined here:
list of weak references to the object (if defined)

-Methods inherited from __builtin__.list:
+Methods inherited from builtins.list:
__add__(...)
x.__add__(y) <==> x+y
__contains__(...)
x.__contains__(y) <==> y in x
__delitem__(...)
x.__delitem__(y) <==> del x[y]
-
__delslice__(...)
x.__delslice__(i, j) <==> del x[i:j]

-Use of negative indices is not supported.
-
__eq__(...)
x.__eq__(y) <==> x==y
__ge__(...)
x.__ge__(y) <==> x>=y
@@ -141,10 +137,6 @@ Use of negative indices is not supported.
__getitem__(...)
x.__getitem__(y) <==> x[y]
-
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

-Use of negative indices is not supported.
-
__gt__(...)
x.__gt__(y) <==> x>y
__iadd__(...)
x.__iadd__(y) <==> x+=y
@@ -165,51 +157,46 @@ Use of negative indices is not supported.
__repr__(...)
x.__repr__() <==> repr(x)
-
__reversed__(...)
L.__reversed__() -- return a reverse iterator over the list
+
__reversed__(...)
L.__reversed__() -- return a reverse iterator over the list
__rmul__(...)
x.__rmul__(n) <==> n*x
__setitem__(...)
x.__setitem__(i, y) <==> x[i]=y
-
__setslice__(...)
x.__setslice__(i, j, y) <==> x[i:j]=y

-Use  of negative indices is not supported.
-
__sizeof__(...)
L.__sizeof__() -- size of L in memory, in bytes
-
append(...)
L.append(object) -- append object to end
+
append(...)
L.append(object) -- append object to end
count(...)
L.count(value) -> integer -- return number of occurrences of value
-
extend(...)
L.extend(iterable) -- extend list by appending elements from the iterable
+
extend(...)
L.extend(iterable) -- extend list by appending elements from the iterable
index(...)
L.index(value, [start, [stop]]) -> integer -- return first index of value.
Raises ValueError if the value is not present.
-
insert(...)
L.insert(index, object) -- insert object before index
+
insert(...)
L.insert(index, object) -- insert object before index
pop(...)
L.pop([index]) -> item -- remove and return item at index (default last).
-Raises IndexError if list is empty or index is out of range.
+Raises IndexError if list is empty or index is out of range.
remove(...)
L.remove(value) -- remove first occurrence of value.
Raises ValueError if the value is not present.
reverse(...)
L.reverse() -- reverse *IN PLACE*
-
sort(...)
L.sort(cmp=None, key=None, reverse=False) -- stable sort *IN PLACE*;
-cmp(x, y) -> -1, 0, 1
+
sort(...)
L.sort(key=None, reverse=False) -- stable sort *IN PLACE*

-Data and other attributes inherited from __builtin__.list:
+Data and other attributes inherited from builtins.list:
__hash__ = None
-
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

+class ColoredString(builtins.object)
 
-class ColoredString(__builtin__.object)
     Methods defined here:
diff --git a/doc/pydoc/ranger.gui.color.html b/doc/pydoc/ranger.gui.color.html index 75545834..706b216c 100644 --- a/doc/pydoc/ranger.gui.color.html +++ b/doc/pydoc/ranger.gui.color.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.color + @@ -8,7 +8,7 @@
 
 
ranger.gui.color
index
/home/hut/ranger/ranger/gui/color.py
+>index
/home/hut/code/ranger/ranger/gui/color.py

Contains abbreviations to curses color/attribute constants.
 
Multiple attributes can be combined with the | (or) operator, toggled
diff --git a/doc/pydoc/ranger.gui.colorscheme.html b/doc/pydoc/ranger.gui.colorscheme.html index c44d0873..771dee29 100644 --- a/doc/pydoc/ranger.gui.colorscheme.html +++ b/doc/pydoc/ranger.gui.colorscheme.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.colorscheme + @@ -8,7 +8,7 @@
 
 
ranger.gui.colorscheme
index
/home/hut/ranger/ranger/gui/colorscheme.py
+>index
/home/hut/code/ranger/ranger/gui/colorscheme.py

Colorschemes define colors for specific contexts.
 
Generally, this works by passing a set of keywords (strings) to
@@ -51,7 +51,7 @@ colorscheme = colorschemes.filename.classname

       
-
ranger.shared.settings.SettingsAware(__builtin__.object) +
ranger.shared.settings.SettingsAware(builtins.object)
ColorScheme @@ -74,7 +74,7 @@ which fits to the given keys.
 
Method resolution order:
ColorScheme
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.gui.curses_shortcuts.html b/doc/pydoc/ranger.gui.curses_shortcuts.html index 724177b3..56fb8618 100644 --- a/doc/pydoc/ranger.gui.curses_shortcuts.html +++ b/doc/pydoc/ranger.gui.curses_shortcuts.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.curses_shortcuts + @@ -8,7 +8,7 @@
 
 
ranger.gui.curses_shortcuts
index
/home/hut/ranger/ranger/gui/curses_shortcuts.py
+>index
/home/hut/code/ranger/ranger/gui/curses_shortcuts.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@        

-
ranger.shared.settings.SettingsAware(__builtin__.object) +
ranger.shared.settings.SettingsAware(builtins.object)
CursesShortcuts @@ -63,7 +63,7 @@
Method resolution order:
CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.gui.defaultui.html b/doc/pydoc/ranger.gui.defaultui.html index 7bc180ed..93496aed 100644 --- a/doc/pydoc/ranger.gui.defaultui.html +++ b/doc/pydoc/ranger.gui.defaultui.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.defaultui + @@ -8,7 +8,7 @@
 
 
ranger.gui.defaultui
index
/home/hut/ranger/ranger/gui/defaultui.py
+>index
/home/hut/code/ranger/ranger/gui/defaultui.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -55,7 +55,7 @@

ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.gui.displayable.html b/doc/pydoc/ranger.gui.displayable.html index a749ec1e..2e0cf7b6 100644 --- a/doc/pydoc/ranger.gui.displayable.html +++ b/doc/pydoc/ranger.gui.displayable.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.displayable + @@ -8,7 +8,7 @@
 
 
ranger.gui.displayable
index
/home/hut/ranger/ranger/gui/displayable.py
+>index
/home/hut/code/ranger/ranger/gui/displayable.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -120,7 +120,7 @@ Read-Only: (i.e. reccomended not to change manuall

ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -220,7 +220,7 @@ container -- a list with all contained object
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.gui.html b/doc/pydoc/ranger.gui.html index 125b42ee..8153e361 100644 --- a/doc/pydoc/ranger.gui.html +++ b/doc/pydoc/ranger.gui.html @@ -1,6 +1,6 @@ - Python: package ranger.gui + @@ -8,7 +8,7 @@
 
 
ranger.gui
index
/home/hut/ranger/ranger/gui/__init__.py
+>index
/home/hut/code/ranger/ranger/gui/__init__.py

diff --git a/doc/pydoc/ranger.gui.mouse_event.html b/doc/pydoc/ranger.gui.mouse_event.html index 8ad837c8..98ffe53a 100644 --- a/doc/pydoc/ranger.gui.mouse_event.html +++ b/doc/pydoc/ranger.gui.mouse_event.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.mouse_event +
@@ -8,7 +8,7 @@
 
 
ranger.gui.mouse_event
index
/home/hut/ranger/ranger/gui/mouse_event.py
+>index
/home/hut/code/ranger/ranger/gui/mouse_event.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@        

-
__builtin__.object +
builtins.object
MouseEvent @@ -50,11 +50,11 @@ +class MouseEvent(builtins.object)
 
-class MouseEvent(__builtin__.object)
     Methods defined here:
-
__init__(self, getmouse)
Creates a MouseEvent object from the result of win.getmouse()
+
__init__(self, getmouse)
Creates a MouseEvent object from the result of win.getmouse()
alt(self)
@@ -62,7 +62,7 @@
key_invalid(self)
-
mouse_wheel_direction(self)
+
mouse_wheel_direction(self)
Returns the direction of the scroll action, 0 if there was none
pressed(self, n)
Returns whether the mouse key n is pressed
@@ -78,6 +78,8 @@ Data descriptors defined here:

Data and other attributes defined here:
+
CTRL_SCROLLWHEEL_MULTIPLIER = 5
+
PRESSED = [0, 2, 128, 8192, 524288]
diff --git a/doc/pydoc/ranger.gui.ui.html b/doc/pydoc/ranger.gui.ui.html index f0aece1d..8216ae1b 100644 --- a/doc/pydoc/ranger.gui.ui.html +++ b/doc/pydoc/ranger.gui.ui.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.ui + @@ -8,7 +8,7 @@
 
 
ranger.gui.ui
index
/home/hut/ranger/ranger/gui/ui.py
+>index
/home/hut/code/ranger/ranger/gui/ui.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -65,7 +65,7 @@

ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.gui.widgets.browsercolumn.html b/doc/pydoc/ranger.gui.widgets.browsercolumn.html index eaa97563..42407c57 100644 --- a/doc/pydoc/ranger.gui.widgets.browsercolumn.html +++ b/doc/pydoc/ranger.gui.widgets.browsercolumn.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.widgets.browsercolumn + @@ -8,7 +8,7 @@
 
 
ranger.gui.widgets.browsercolumn
index
/home/hut/ranger/ranger/gui/widgets/browsercolumn.py
+>index
/home/hut/code/ranger/ranger/gui/widgets/browsercolumn.py

The BrowserColumn widget displays the contents of a directory or file.

@@ -51,7 +51,7 @@
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.gui.widgets.browserview.html b/doc/pydoc/ranger.gui.widgets.browserview.html index ca15d9e8..c07ea3d6 100644 --- a/doc/pydoc/ranger.gui.widgets.browserview.html +++ b/doc/pydoc/ranger.gui.widgets.browserview.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.widgets.browserview +
@@ -8,7 +8,7 @@
 
 
ranger.gui.widgets.browserview
index
/home/hut/ranger/ranger/gui/widgets/browserview.py
+>index
/home/hut/code/ranger/ranger/gui/widgets/browserview.py

The BrowserView manages a set of BrowserColumns.

@@ -56,7 +56,7 @@
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -84,12 +84,12 @@ Methods defined here:
Data and other attributes defined here:
draw_bookmarks = False
+
is_collapsed = False
+
need_clear = False
preview = True
-
preview_available = True
-
ratios = None
stretch_ratios = None
diff --git a/doc/pydoc/ranger.gui.widgets.console.html b/doc/pydoc/ranger.gui.widgets.console.html index cb84b0cb..4c72eae7 100644 --- a/doc/pydoc/ranger.gui.widgets.console.html +++ b/doc/pydoc/ranger.gui.widgets.console.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.widgets.console +
@@ -8,7 +8,7 @@
 
 
ranger.gui.widgets.console
index
/home/hut/ranger/ranger/gui/widgets/console.py
+>index
/home/hut/code/ranger/ranger/gui/widgets/console.py

The Console widget implements a vim-like console for entering
commands, searching and executing files.

@@ -72,7 +72,7 @@ commands, searching and executing files.

ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -217,7 +217,7 @@ Data and other attributes inherited from ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -357,7 +357,7 @@ Data and other attributes inherited from ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -519,7 +519,7 @@ For a list of other flags than "d", chec
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -678,7 +678,7 @@ and enter the parent directory saving you the
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -851,7 +851,7 @@ open with: totem 1 Ds    open in&nb
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -997,7 +997,7 @@ Data and other attributes inherited from ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.gui.widgets.console_mode.html b/doc/pydoc/ranger.gui.widgets.console_mode.html index 155fe07d..bdc8e371 100644 --- a/doc/pydoc/ranger.gui.widgets.console_mode.html +++ b/doc/pydoc/ranger.gui.widgets.console_mode.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.widgets.console_mode + @@ -8,7 +8,7 @@
 
 
ranger.gui.widgets.console_mode
index
/home/hut/ranger/ranger/gui/widgets/console_mode.py
+>index
/home/hut/code/ranger/ranger/gui/widgets/console_mode.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/doc/pydoc/ranger.gui.widgets.html b/doc/pydoc/ranger.gui.widgets.html index a37dabc9..d08b2136 100644 --- a/doc/pydoc/ranger.gui.widgets.html +++ b/doc/pydoc/ranger.gui.widgets.html @@ -1,6 +1,6 @@ - Python: package ranger.gui.widgets + @@ -8,7 +8,7 @@
 
 
ranger.gui.widgets
index
/home/hut/ranger/ranger/gui/widgets/__init__.py
+>index
/home/hut/code/ranger/ranger/gui/widgets/__init__.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -71,7 +71,7 @@ classification of widgets.
 

ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods inherited from ranger.gui.displayable.Displayable:
diff --git a/doc/pydoc/ranger.gui.widgets.pager.html b/doc/pydoc/ranger.gui.widgets.pager.html index c46fc373..fff55482 100644 --- a/doc/pydoc/ranger.gui.widgets.pager.html +++ b/doc/pydoc/ranger.gui.widgets.pager.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.widgets.pager + @@ -8,7 +8,7 @@
 
 
ranger.gui.widgets.pager
index
/home/hut/ranger/ranger/gui/widgets/pager.py
+>index
/home/hut/code/ranger/ranger/gui/widgets/pager.py

The pager displays text and allows you to scroll inside it.

@@ -49,7 +49,7 @@
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.gui.widgets.statusbar.html b/doc/pydoc/ranger.gui.widgets.statusbar.html index 169692b9..7fd7cb4b 100644 --- a/doc/pydoc/ranger.gui.widgets.statusbar.html +++ b/doc/pydoc/ranger.gui.widgets.statusbar.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.widgets.statusbar +
@@ -8,7 +8,7 @@
 
 
ranger.gui.widgets.statusbar
index
/home/hut/ranger/ranger/gui/widgets/statusbar.py
+>index
/home/hut/code/ranger/ranger/gui/widgets/statusbar.py

The statusbar displays information about the current file and directory.
 
On the left side, there is a display similar to what "ls -l" would
@@ -22,7 +22,7 @@ such as the space used by all the files&        

-
__builtin__.object +
builtins.object
Message @@ -39,7 +39,7 @@ such as the space used by all the files& +class Message(builtins.object)
 
-class Message(__builtin__.object)
     Methods defined here:
@@ -85,7 +85,7 @@ such as the space used by all the files&
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -124,7 +124,7 @@ Methods inherited from ranger.
__bool__ = __nonzero__(self)
Always True
__contains__(self, item)
Is item inside the boundaries?
-item can be an iterable like [y, x] or an object with x and y methods.
+item can be an iterable like [y, x] or an object with x and y methods.
__nonzero__(self)
Always True
@@ -134,9 +134,9 @@ item can be an iterable like [y, x] or&n Override this!
contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
-within the boundaries of this object.
+within the boundaries of this object. -
destroy(self)
Called when the object is destroyed.
+
destroy(self)
Called when the object is destroyed.
Override this!
finalize(self)
Called after every displayable is done drawing.
@@ -203,6 +203,9 @@ Return the current process's user id.
 
Convert seconds since the Epoch to a time tuple expressing local time.
When 'seconds' is not passed in, convert the current time instead.
+
readlink(...)
readlink(path) -> path

+Return a string representing the path to which the symbolic link points.
strftime(...)
strftime(format[, tuple]) -> string
 
Convert a time tuple to a string according to a format specification.
diff --git a/doc/pydoc/ranger.gui.widgets.taskview.html b/doc/pydoc/ranger.gui.widgets.taskview.html index 5ee06814..da7bfb62 100644 --- a/doc/pydoc/ranger.gui.widgets.taskview.html +++ b/doc/pydoc/ranger.gui.widgets.taskview.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.widgets.taskview + @@ -8,7 +8,7 @@
 
 
ranger.gui.widgets.taskview
index
/home/hut/ranger/ranger/gui/widgets/taskview.py
+>index
/home/hut/code/ranger/ranger/gui/widgets/taskview.py

The TaskView allows you to modify what the loader is doing.

@@ -26,7 +26,7 @@
       
-
ranger.ext.accumulator.Accumulator(__builtin__.object) +
ranger.ext.accumulator.Accumulator(builtins.object)
TaskView(ranger.gui.widgets.Widget, ranger.ext.accumulator.Accumulator) @@ -56,7 +56,7 @@
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
ranger.ext.accumulator.Accumulator
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -136,7 +136,7 @@ Data and other attributes inherited from ranger.ext.accumulator.Accumulator:
-
correct_pointer(self)
+
correct_pointer(self)
# XXX Is this still necessary?  move() ensures correct pointer position
get_height(self)
OVERRIDE THIS
diff --git a/doc/pydoc/ranger.gui.widgets.titlebar.html b/doc/pydoc/ranger.gui.widgets.titlebar.html index b8b4829c..db129e45 100644 --- a/doc/pydoc/ranger.gui.widgets.titlebar.html +++ b/doc/pydoc/ranger.gui.widgets.titlebar.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.widgets.titlebar + @@ -8,7 +8,7 @@
 
 
ranger.gui.widgets.titlebar
index
/home/hut/ranger/ranger/gui/widgets/titlebar.py
+>index
/home/hut/code/ranger/ranger/gui/widgets/titlebar.py

The titlebar is the widget at the top, giving you broad orientation.
 
It displays the current path among other things.

@@ -43,7 +43,7 @@ It displays the current path among other thin
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
__builtin__.object
+
builtins.object

Methods defined here:
diff --git a/doc/pydoc/ranger.html b/doc/pydoc/ranger.html index d741ca6b..b8e4e198 100644 --- a/doc/pydoc/ranger.html +++ b/doc/pydoc/ranger.html @@ -1,6 +1,6 @@ - Python: package ranger + @@ -8,7 +8,7 @@
 
 
ranger (version 1.0.4)
index
/home/hut/ranger/ranger/__init__.py
+>index
/home/hut/code/ranger/ranger/__init__.py

Ranger - file browser for the unix terminal

@@ -48,7 +48,7 @@ Has the same arguments as print() in python3.
        DEFAULT_CONFDIR = '~/.ranger'
LOGFILE = '/tmp/errorlog'
-RANGERDIR = '/home/hut/ranger/ranger'
+RANGERDIR = '/home/hut/code/ranger/ranger'
USAGE = '%prog [options] [path/filename]'
__author__ = 'Roman Zimbelmann'
__copyright__ = '\nCopyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com>\n'
diff --git a/doc/pydoc/ranger.shared.html b/doc/pydoc/ranger.shared.html index be6d5da8..3916f7c8 100644 --- a/doc/pydoc/ranger.shared.html +++ b/doc/pydoc/ranger.shared.html @@ -1,6 +1,6 @@ - Python: package ranger.shared + @@ -8,7 +8,7 @@
 
 
ranger.shared
index
/home/hut/ranger/ranger/shared/__init__.py
+>index
/home/hut/code/ranger/ranger/shared/__init__.py

Shared objects contain singleton variables which can be
inherited, essentially acting like global variables.

@@ -28,7 +28,7 @@ inherited, essentially acting like global variables.       

-
__builtin__.object +
builtins.object
Awareness @@ -45,7 +45,7 @@ inherited, essentially acting like global variables.  
-class Awareness(__builtin__.object) +class Awareness(builtins.object)      Data descriptors defined here:
@@ -65,7 +65,7 @@ inherited, essentially acting like global variables.
Method resolution order:
EnvironmentAware
Awareness
-
__builtin__.object
+
builtins.object

Data and other attributes defined here:
@@ -89,7 +89,7 @@ Data descriptors inherited from Awareness
Method resolution order:
FileManagerAware
Awareness
-
__builtin__.object
+
builtins.object

Data and other attributes defined here:
diff --git a/doc/pydoc/ranger.shared.mimetype.html b/doc/pydoc/ranger.shared.mimetype.html index 5ed1c0ba..594c080d 100644 --- a/doc/pydoc/ranger.shared.mimetype.html +++ b/doc/pydoc/ranger.shared.mimetype.html @@ -1,6 +1,6 @@ - Python: module ranger.shared.mimetype + @@ -8,7 +8,7 @@
 
 
ranger.shared.mimetype
index
/home/hut/ranger/ranger/shared/mimetype.py
+>index
/home/hut/code/ranger/ranger/shared/mimetype.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@        

-
__builtin__.object +
builtins.object
MimeTypeAware @@ -50,7 +50,7 @@ +class MimeTypeAware(builtins.object)
 
-class MimeTypeAware(__builtin__.object)
     Methods defined here:
diff --git a/doc/pydoc/ranger.shared.settings.html b/doc/pydoc/ranger.shared.settings.html index 4415a12e..ddee912d 100644 --- a/doc/pydoc/ranger.shared.settings.html +++ b/doc/pydoc/ranger.shared.settings.html @@ -1,6 +1,6 @@ - Python: module ranger.shared.settings + @@ -8,7 +8,7 @@
 
 
ranger.shared.settings
index
/home/hut/ranger/ranger/shared/settings.py
+>index
/home/hut/code/ranger/ranger/shared/settings.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -40,13 +40,13 @@        

-
__builtin__.object +
builtins.object
SettingsAware
-
ranger.ext.signal_dispatcher.SignalDispatcher(__builtin__.object) +
ranger.ext.signal_dispatcher.SignalDispatcher(builtins.object)
SettingObject @@ -63,7 +63,7 @@
Method resolution order:
SettingObject
ranger.ext.signal_dispatcher.SignalDispatcher
-
__builtin__.object
+
builtins.object

Methods defined here:
@@ -103,7 +103,7 @@ Data descriptors inherited from  
-
class SettingsAware(__builtin__.object) +class SettingsAware(builtins.object)     # -- globalize the settings --
 
@@ -126,5 +126,5 @@ Data and other attributes defined here:
Data         -ALLOWED_SETTINGS = {'autosave_bookmarks': <type 'bool'>, 'collapse_preview': <type 'bool'>, 'colorscheme': <type 'str'>, 'colorscheme_overlay': (<type 'NoneType'>, <type 'function'>), 'column_ratios': (<type 'tuple'>, <type 'list'>, <type 'set'>), 'dirname_in_tabs': <type 'bool'>, 'display_size_in_main_column': <type 'bool'>, 'display_size_in_status_bar': <type 'bool'>, 'draw_bookmark_borders': <type 'bool'>, 'draw_borders': <type 'bool'>, ...} +ALLOWED_SETTINGS = {'autosave_bookmarks': <class 'bool'>, 'collapse_preview': <class 'bool'>, 'colorscheme': <class 'str'>, 'colorscheme_overlay': (<class 'NoneType'>, <class 'function'>), 'column_ratios': (<class 'tuple'>, <class 'list'>, <class 'set'>), 'dirname_in_tabs': <class 'bool'>, 'display_size_in_main_column': <class 'bool'>, 'display_size_in_status_bar': <class 'bool'>, 'draw_bookmark_borders': <class 'bool'>, 'draw_borders': <class 'bool'>, ...} \ No newline at end of file -- cgit 1.4.1-2-gfad0