From edf3d9f8dc470128fc9047b16d89881d5269944e Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 9 Jun 2010 11:50:58 +0200 Subject: updated pydoc --- doc/pydoc/ranger.colorschemes.html | 5 ++-- doc/pydoc/ranger.defaults.apps.html | 2 ++ doc/pydoc/ranger.ext.html | 14 +++++----- doc/pydoc/ranger.fsobject.directory.html | 34 ++++++++++++++---------- doc/pydoc/ranger.fsobject.file.html | 35 ++++++++++++++++--------- doc/pydoc/ranger.fsobject.fsobject.html | 23 +++++++--------- doc/pydoc/ranger.gui.curses_shortcuts.html | 12 ++++++++- doc/pydoc/ranger.gui.defaultui.html | 2 ++ doc/pydoc/ranger.gui.displayable.html | 4 +++ doc/pydoc/ranger.gui.ui.html | 2 ++ doc/pydoc/ranger.gui.widgets.browsercolumn.html | 11 ++++---- doc/pydoc/ranger.gui.widgets.browserview.html | 2 ++ doc/pydoc/ranger.gui.widgets.console.html | 14 ++++++++++ doc/pydoc/ranger.gui.widgets.html | 2 ++ doc/pydoc/ranger.gui.widgets.pager.html | 2 ++ doc/pydoc/ranger.gui.widgets.statusbar.html | 2 ++ doc/pydoc/ranger.gui.widgets.taskview.html | 2 ++ doc/pydoc/ranger.gui.widgets.titlebar.html | 2 ++ 18 files changed, 113 insertions(+), 57 deletions(-) diff --git a/doc/pydoc/ranger.colorschemes.html b/doc/pydoc/ranger.colorschemes.html index 966e9978..05a3017d 100644 --- a/doc/pydoc/ranger.colorschemes.html +++ b/doc/pydoc/ranger.colorschemes.html @@ -20,8 +20,7 @@
default
default88
jungle
-plain
-
snow
-texas
+snow
+
texas
\ No newline at end of file diff --git a/doc/pydoc/ranger.defaults.apps.html b/doc/pydoc/ranger.defaults.apps.html index fb820921..e6f07ec6 100644 --- a/doc/pydoc/ranger.defaults.apps.html +++ b/doc/pydoc/ranger.defaults.apps.html @@ -100,6 +100,8 @@ Methods defined here:
app_feh(self, c)
+
app_file_roller(self, c)
+
app_firefox lambda self, context
app_gimp lambda self, context
diff --git a/doc/pydoc/ranger.ext.html b/doc/pydoc/ranger.ext.html index afd5aeb2..80d894b8 100644 --- a/doc/pydoc/ranger.ext.html +++ b/doc/pydoc/ranger.ext.html @@ -21,17 +21,19 @@ command_parser
curses_interrupt_handler
direction
-get_executables
-human_readable
+get_executables
+human_readable
iter_tools
keybinding_parser
-mount_path
-openstruct
+lazy_property
+mount_path
+openstruct
shell_escape
shutil_generatorized
-signal_dispatcher
+signal_dispatcher
spawn
-tree
+tree
+utfwidth
waitpid_no_intr
\ No newline at end of file diff --git a/doc/pydoc/ranger.fsobject.directory.html b/doc/pydoc/ranger.fsobject.directory.html index 77790809..56306bb0 100644 --- a/doc/pydoc/ranger.fsobject.directory.html +++ b/doc/pydoc/ranger.fsobject.directory.html @@ -99,10 +99,16 @@ Methods defined here:
empty(self)
Is the directory empty?
+
get_description(self)
+
get_list(self)
get_selection(self)
READ ONLY
+
go(self)
enter the directory if the filemanager is running
+ +
is_older_than(self, seconds)
returns whether this object wasn't use()d in the last n seconds
+
load_bit_by_bit(self)
Returns a generator which load a part of the directory
in each iteration.
@@ -138,6 +144,8 @@ outdated or not done yet
unload(self)
+
use(self)
mark the filesystem-object as used at the current time
+
Data and other attributes defined here:
content_loaded = False
@@ -184,14 +192,8 @@ Methods inherited from
__str__(self)
returns a string containing the absolute path
-
get_description(self)
-
get_permission_string(self)
-
go(self)
enter the directory if the filemanager is running
- -
is_older_than(self, seconds)
returns whether this object wasn't use()d in the last n seconds
-
load(self)
reads useful information about the filesystem-object from the
filesystem and caches it for later use
@@ -202,18 +204,12 @@ or nonexistant.
set_mimetype(self)
assign attributes such as self.video according to the mimetype
-
use(self)
mark the filesystem-object as used at the current time
-
Data descriptors inherited from ranger.fsobject.fsobject.FileSystemObject:
-
filetype
-
mimetype
mimetype_tuple
-
shell_escaped_basename
-

Data and other attributes inherited from ranger.fsobject.fsobject.FileSystemObject:
accessible = False
@@ -234,6 +230,8 @@ Data and other attributes inherited from
is_socket = False -
last_used = None
-
loaded = False
marked = False
@@ -262,8 +258,12 @@ Data and other attributes inherited from
       
accept_file(fname, hidden_filter, name_filter)
+
os_lstat = lstat(...)
lstat(path) -> stat result

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

+Perform a stat system call on the given path.
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)
diff --git a/doc/pydoc/ranger.fsobject.file.html b/doc/pydoc/ranger.fsobject.file.html index 948be90d..fb945388 100644 --- a/doc/pydoc/ranger.fsobject.file.html +++ b/doc/pydoc/ranger.fsobject.file.html @@ -25,6 +25,15 @@ # along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ + + + +
 
+Modules
       
re
+
zipfile
+

+ @@ -55,6 +64,10 @@
Methods defined here:
+
get_preview_source(self)
+ +
has_preview(self)
+
is_binary(self)

@@ -73,14 +86,8 @@ Methods inherited from
__str__(self)
returns a string containing the absolute path
-
get_description(self)
-
get_permission_string(self)
-
go(self)
enter the directory if the filemanager is running
- -
is_older_than(self, seconds)
returns whether this object wasn't use()d in the last n seconds
-
load(self)
reads useful information about the filesystem-object from the
filesystem and caches it for later use
@@ -91,18 +98,14 @@ or nonexistant.
set_mimetype(self)
assign attributes such as self.video according to the mimetype
-
use(self)
mark the filesystem-object as used at the current time
+
use(self)
Used in garbage-collecting.  Override in Directory

Data descriptors inherited from ranger.fsobject.fsobject.FileSystemObject:
-
filetype
-
mimetype
mimetype_tuple
-
shell_escaped_basename
-

Data and other attributes inherited from ranger.fsobject.fsobject.FileSystemObject:
accessible = False
@@ -125,6 +128,8 @@ Data and other attributes inherited from
is_socket = False -
last_used = None
-
loaded = False
marked = False
@@ -153,8 +156,12 @@ Data and other attributes inherited from
 
Classes
        N_FIRST_BYTES = 20
+PREVIEW_BLACKLIST = <_sre.SRE_Pattern object>
+PREVIEW_WHITELIST = <_sre.SRE_Pattern object>
control_characters = set(['\x00', '\x01', '\x02', '\x03', '\x04', '\x05', ...])
\ No newline at end of file diff --git a/doc/pydoc/ranger.fsobject.fsobject.html b/doc/pydoc/ranger.fsobject.fsobject.html index 869ecfbe..ce0b983f 100644 --- a/doc/pydoc/ranger.fsobject.fsobject.html +++ b/doc/pydoc/ranger.fsobject.fsobject.html @@ -66,14 +66,8 @@ Methods defined here:

__str__(self)
returns a string containing the absolute path
-
get_description(self)
-
get_permission_string(self)
-
go(self)
enter the directory if the filemanager is running
- -
is_older_than(self, seconds)
returns whether this object wasn't use()d in the last n seconds
-
load(self)
reads useful information about the filesystem-object from the
filesystem and caches it for later use
@@ -84,18 +78,14 @@ or nonexistant.
set_mimetype(self)
assign attributes such as self.video according to the mimetype
-
use(self)
mark the filesystem-object as used at the current time
+
use(self)
Used in garbage-collecting.  Override in Directory

Data descriptors defined here:
-
filetype
-
mimetype
mimetype_tuple
-
shell_escaped_basename
-

Data and other attributes defined here:
accessible = False
@@ -118,6 +108,8 @@ Data and other attributes defined here:
extension = None
+
filetype = None
+
force_load = False
image = False
@@ -136,8 +128,6 @@ Data and other attributes defined here:
is_socket = False
-
last_used = None
-
loaded = False
marked = False
@@ -148,8 +138,12 @@ Data and other attributes defined here:
permissions = None
+
realpath = None
+
runnable = False
+
shell_escaped_basename = None
+
size = 0
stat = None
@@ -219,5 +213,6 @@ Fractions of a second may be present if          BAD_INFO = '?'
-CONTAINER_EXTENSIONS = ('7z', 'ace', 'ar', 'arc', 'bz', 'bz2', 'cab', 'cpio', 'cpt', 'dgc', 'dmg', 'gz', 'iso', 'jar', 'msi', 'pkg', 'rar', 'shar', 'tar', 'tbz', ...) +CONTAINER_EXTENSIONS = ('7z', 'ace', 'ar', 'arc', 'bz', 'bz2', 'cab', 'cpio', 'cpt', 'dgc', 'dmg', 'gz', 'iso', 'jar', 'msi', 'pkg', 'rar', 'shar', 'tar', 'tbz', ...)
+extsep = '.' \ No newline at end of file diff --git a/doc/pydoc/ranger.gui.curses_shortcuts.html b/doc/pydoc/ranger.gui.curses_shortcuts.html index 56fb8618..0063e437 100644 --- a/doc/pydoc/ranger.gui.curses_shortcuts.html +++ b/doc/pydoc/ranger.gui.curses_shortcuts.html @@ -67,6 +67,8 @@
Methods defined here:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -89,5 +91,13 @@ Data descriptors inherited from ranger.shared.settings.SettingsAware:
settings = {}
- +

+ + + + + +
 
+Functions
       
ascii_only(string)
+
\ No newline at end of file diff --git a/doc/pydoc/ranger.gui.defaultui.html b/doc/pydoc/ranger.gui.defaultui.html index 93496aed..64316851 100644 --- a/doc/pydoc/ranger.gui.defaultui.html +++ b/doc/pydoc/ranger.gui.defaultui.html @@ -169,6 +169,8 @@ Data descriptors inherited from ranger.sh


Methods inherited from ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.displayable.html b/doc/pydoc/ranger.gui.displayable.html index 2e0cf7b6..276395ac 100644 --- a/doc/pydoc/ranger.gui.displayable.html +++ b/doc/pydoc/ranger.gui.displayable.html @@ -176,6 +176,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -276,6 +278,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.ui.html b/doc/pydoc/ranger.gui.ui.html index 8216ae1b..a8a59091 100644 --- a/doc/pydoc/ranger.gui.ui.html +++ b/doc/pydoc/ranger.gui.ui.html @@ -153,6 +153,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.browsercolumn.html b/doc/pydoc/ranger.gui.widgets.browsercolumn.html index 42407c57..b997cbef 100644 --- a/doc/pydoc/ranger.gui.widgets.browsercolumn.html +++ b/doc/pydoc/ranger.gui.widgets.browsercolumn.html @@ -17,9 +17,8 @@ Modules         -
re
-
stat
-

+
stat
+

-
 
@@ -155,6 +154,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -187,7 +188,5 @@ Fractions of a second may be present if  Data
       BAD_INFO = '?'
-PREVIEW_BLACKLIST = <_sre.SRE_Pattern object>
-PREVIEW_WHITELIST = <_sre.SRE_Pattern object>
+BAD_INFO = '?' \ No newline at end of file diff --git a/doc/pydoc/ranger.gui.widgets.browserview.html b/doc/pydoc/ranger.gui.widgets.browserview.html index c07ea3d6..3827106c 100644 --- a/doc/pydoc/ranger.gui.widgets.browserview.html +++ b/doc/pydoc/ranger.gui.widgets.browserview.html @@ -136,6 +136,8 @@ Data descriptors inherited from ranger.sh


Methods inherited from ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.console.html b/doc/pydoc/ranger.gui.widgets.console.html index 4c72eae7..107ed09b 100644 --- a/doc/pydoc/ranger.gui.widgets.console.html +++ b/doc/pydoc/ranger.gui.widgets.console.html @@ -187,6 +187,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -326,6 +328,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -468,6 +472,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -634,6 +640,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -795,6 +803,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -966,6 +976,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
@@ -1110,6 +1122,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.html b/doc/pydoc/ranger.gui.widgets.html index d08b2136..b20d3c9f 100644 --- a/doc/pydoc/ranger.gui.widgets.html +++ b/doc/pydoc/ranger.gui.widgets.html @@ -127,6 +127,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.pager.html b/doc/pydoc/ranger.gui.widgets.pager.html index fff55482..290f348f 100644 --- a/doc/pydoc/ranger.gui.widgets.pager.html +++ b/doc/pydoc/ranger.gui.widgets.pager.html @@ -122,6 +122,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.statusbar.html b/doc/pydoc/ranger.gui.widgets.statusbar.html index 7fd7cb4b..65087ba2 100644 --- a/doc/pydoc/ranger.gui.widgets.statusbar.html +++ b/doc/pydoc/ranger.gui.widgets.statusbar.html @@ -167,6 +167,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.taskview.html b/doc/pydoc/ranger.gui.widgets.taskview.html index da7bfb62..7c59fee1 100644 --- a/doc/pydoc/ranger.gui.widgets.taskview.html +++ b/doc/pydoc/ranger.gui.widgets.taskview.html @@ -120,6 +120,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
diff --git a/doc/pydoc/ranger.gui.widgets.titlebar.html b/doc/pydoc/ranger.gui.widgets.titlebar.html index db129e45..8823b03a 100644 --- a/doc/pydoc/ranger.gui.widgets.titlebar.html +++ b/doc/pydoc/ranger.gui.widgets.titlebar.html @@ -116,6 +116,8 @@ Data descriptors inherited from ranger.sh
Methods inherited from
ranger.gui.curses_shortcuts.CursesShortcuts:
+
addch(self, *args)
+
addnstr(self, *args)
addstr(self, *args)
-- cgit 1.4.1-2-gfad0