From 1cd06f3f1ec3c2ec3cea14208467b20ea6543782 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 12 Mar 2010 21:00:01 +0100 Subject: updated pydoc --- doc/pydoc/ranger.container.bookmarks.html | 2 +- doc/pydoc/ranger.container.commandlist.html | 2 + doc/pydoc/ranger.container.environment.html | 131 ------------------------ doc/pydoc/ranger.container.history.html | 2 +- doc/pydoc/ranger.container.html | 7 +- doc/pydoc/ranger.defaults.apps.html | 4 +- doc/pydoc/ranger.defaults.keys.html | 14 +-- doc/pydoc/ranger.defaults.options.html | 2 +- doc/pydoc/ranger.ext.openstruct.html | 4 +- doc/pydoc/ranger.ext.shutil_generatorized.html | 4 +- doc/pydoc/ranger.fsobject.directory.html | 4 +- doc/pydoc/ranger.fsobject.html | 2 +- doc/pydoc/ranger.gui.bar.html | 2 +- doc/pydoc/ranger.gui.widgets.browsercolumn.html | 2 +- doc/pydoc/ranger.gui.widgets.pager.html | 8 +- doc/pydoc/ranger.shared.settings.html | 2 +- doc/pydoc/test.html | 2 +- 17 files changed, 33 insertions(+), 161 deletions(-) delete mode 100644 doc/pydoc/ranger.container.environment.html (limited to 'doc') diff --git a/doc/pydoc/ranger.container.bookmarks.html b/doc/pydoc/ranger.container.bookmarks.html index 1c56d7f3..bc19d5ca 100644 --- a/doc/pydoc/ranger.container.bookmarks.html +++ b/doc/pydoc/ranger.container.bookmarks.html @@ -110,7 +110,7 @@ Data and other attributes defined here:
last_mtime = None
-
load_pattern = <_sre.SRE_Pattern object at 0x1146db0>
+
load_pattern = <_sre.SRE_Pattern object at 0x1be2db0>

diff --git a/doc/pydoc/ranger.container.commandlist.html b/doc/pydoc/ranger.container.commandlist.html index 8cc733eb..6b17bb06 100644 --- a/doc/pydoc/ranger.container.commandlist.html +++ b/doc/pydoc/ranger.container.commandlist.html @@ -141,6 +141,8 @@ Data descriptors defined here:
for a given key combination.  CommandLists must be filled before use.
 
  Methods defined here:
+
__call__(self, *args, **keywords)
+
__getitem__(self, key)
Returns the command with the given key combination
__init__(self)
diff --git a/doc/pydoc/ranger.container.environment.html b/doc/pydoc/ranger.container.environment.html deleted file mode 100644 index 77e09f82..00000000 --- a/doc/pydoc/ranger.container.environment.html +++ /dev/null @@ -1,131 +0,0 @@ - - -Python: module ranger.container.environment - - - - -
 
- 
ranger.container.environment
index
/home/hut/ranger/ranger/container/environment.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
       
curses
-
os
-

- - - - - -
 
-Classes
       
-
ranger.shared.settings.SettingsAware(__builtin__.object) -
-
-
Environment -
-
-
-

- - - - - - - -
 
-class Environment(ranger.shared.settings.SettingsAware)
   A collection of data which is relevant for more than
-one class.
 
 
Method resolution order:
-
Environment
-
ranger.shared.settings.SettingsAware
-
__builtin__.object
-
-
-Methods defined here:
-
__init__(self, path)
- -
assign_correct_cursor_positions(self)
Assign correct cursor positions for subdirectories
- -
at_level(self, level)
Returns the FileSystemObject at the given level.
-level 1 => preview
-level 0 => current file/directory
-level <0 => parent directories
- -
enter_dir(self, path, history=True)
Enter given path
- -
garbage_collect(self)
Delete unused directory objects
- -
get_directory(self, path)
Get the directory object at the given path
- -
get_free_space(self, path)
- -
get_selection(self)
- -
history_go(self, relative)
Move relative in history
- -
key_append(self, key)
Append a key to the keybuffer
- -
key_clear(self)
Clear the keybuffer
- -
-Data and other attributes defined here:
-
cf = None
- -
cmd = None
- -
copy = None
- -
cut = None
- -
directories = None
- -
history = None
- -
keybuffer = None
- -
last_search = None
- -
path = None
- -
pathway = None
- -
pwd = None
- -
termsize = None
- -
-Data descriptors inherited from ranger.shared.settings.SettingsAware:
-
__dict__
-
dictionary for instance variables (if defined)
-
-
__weakref__
-
list of weak references to the object (if defined)
-
-
-Data and other attributes inherited from ranger.shared.settings.SettingsAware:
-
settings = {}
- -

- \ No newline at end of file diff --git a/doc/pydoc/ranger.container.history.html b/doc/pydoc/ranger.container.history.html index 054f2aa0..3820f2de 100644 --- a/doc/pydoc/ranger.container.history.html +++ b/doc/pydoc/ranger.container.history.html @@ -110,7 +110,7 @@ Methods inherited from exceptions.Exception<


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

Methods inherited from exceptions.BaseException:
diff --git a/doc/pydoc/ranger.container.html b/doc/pydoc/ranger.container.html index df13c170..2e464299 100644 --- a/doc/pydoc/ranger.container.html +++ b/doc/pydoc/ranger.container.html @@ -20,9 +20,8 @@ used to manage stored data

       
bookmarks
commandlist
-
environment
-history
-
keybuffer
-tags
+
history
+keybuffer
+
tags
\ No newline at end of file diff --git a/doc/pydoc/ranger.defaults.apps.html b/doc/pydoc/ranger.defaults.apps.html index e76dc871..00034e0b 100644 --- a/doc/pydoc/ranger.defaults.apps.html +++ b/doc/pydoc/ranger.defaults.apps.html @@ -93,6 +93,8 @@ Methods defined here:

app_evince(self, c)
+
app_eye_of_gnome(self, c)
+
app_feh(self, c)
app_firefox(self, c)
@@ -152,6 +154,6 @@ Data descriptors inherited from ranger.sh Data         -INTERPRETED_LANGUAGES = <_sre.SRE_Pattern object at 0x1274ff0>
+INTERPRETED_LANGUAGES = <_sre.SRE_Pattern object at 0x1d24430>
PIPE = -1 \ No newline at end of file diff --git a/doc/pydoc/ranger.defaults.keys.html b/doc/pydoc/ranger.defaults.keys.html index d52873db..37e1a637 100644 --- a/doc/pydoc/ranger.defaults.keys.html +++ b/doc/pydoc/ranger.defaults.keys.html @@ -70,11 +70,11 @@ Check ranger.keyapi for more information

has_key(...)
init_color(...)
init_pair(...)
-
initialize_commands(command_list)
Initialize the commands for the main user interface
-
initialize_console_commands(command_list)
Initialize the commands for the console widget only
-
initialize_embedded_pager_commands(command_list)
-
initialize_pager_commands(command_list)
-
initialize_taskview_commands(command_list)
Initialize the commands for the TaskView widget
+
initialize_commands(map)
Initialize the commands for the main user interface
+
initialize_console_commands(map)
Initialize the commands for the console widget only
+
initialize_embedded_pager_commands(map)
+
initialize_pager_commands(map)
+
initialize_taskview_commands(map)
Initialize the commands for the TaskView widget
intrflush(...)
is_term_resized(...)
isendwin(...)
@@ -374,7 +374,7 @@ Check ranger.keyapi for more information

US = 31
VT = 11
controlnames = ['NUL', 'SOH', 'STX', 'ETX', 'EOT', 'ENQ', 'ACK', 'BEL', 'BS', 'HT', 'LF', 'VT', 'FF', 'CR', 'SO', 'SI', 'DLE', 'DC1', 'DC2', 'DC3', ...]
-fm = <ranger.api.keys.Wrapper object at 0x11d7e10>
+fm = <ranger.api.keys.Wrapper object at 0x1c72b90>
version = '2.2'
-wdg = <ranger.api.keys.Wrapper object at 0x11d7e50> +wdg = <ranger.api.keys.Wrapper object at 0x1c72bd0> \ No newline at end of file diff --git a/doc/pydoc/ranger.defaults.options.html b/doc/pydoc/ranger.defaults.options.html index 28293e69..efc7ad3c 100644 --- a/doc/pydoc/ranger.defaults.options.html +++ b/doc/pydoc/ranger.defaults.options.html @@ -45,7 +45,7 @@ of the values stay the same.

collapse_preview = True
directories_first = True
flushinput = True
-hidden_filter = <_sre.SRE_Pattern object at 0x12d2220>
+hidden_filter = <_sre.SRE_Pattern object at 0x1d26810>
max_filesize_for_preview = 307200
max_history_size = 20
preview_files = True
diff --git a/doc/pydoc/ranger.ext.openstruct.html b/doc/pydoc/ranger.ext.openstruct.html index b3ca847d..50b0ef14 100644 --- a/doc/pydoc/ranger.ext.openstruct.html +++ b/doc/pydoc/ranger.ext.openstruct.html @@ -135,9 +135,9 @@ In either case, this is followed by: for  Data and other attributes inherited from __builtin__.dict:
__hash__ = None
-
__new__ = <built-in method __new__ of type object at 0x2ab5dfa31840>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+
__new__ = <built-in method __new__ of type object at 0x2ae965a01840>
T.__new__(S, ...) -> a new object with type S, a subtype of T
-
fromkeys = <built-in method fromkeys of type object at 0x117a3e0>
dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v.
+
fromkeys = <built-in method fromkeys of type object at 0x1c16510>
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 432e4339..bed50870 100644 --- a/doc/pydoc/ranger.ext.shutil_generatorized.html +++ b/doc/pydoc/ranger.ext.shutil_generatorized.html @@ -80,7 +80,7 @@ Data descriptors inherited from excep

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

Methods inherited from exceptions.BaseException:
@@ -154,7 +154,7 @@ Data descriptors inherited from excep
Data and other attributes inherited from
exceptions.EnvironmentError:
-
__new__ = <built-in method __new__ of type object at 0x2ab5dfa26d00>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+
__new__ = <built-in method __new__ of type object at 0x2ae9659f6d00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from exceptions.BaseException:
diff --git a/doc/pydoc/ranger.fsobject.directory.html b/doc/pydoc/ranger.fsobject.directory.html index a3b2a58d..b7f77952 100644 --- a/doc/pydoc/ranger.fsobject.directory.html +++ b/doc/pydoc/ranger.fsobject.directory.html @@ -183,7 +183,7 @@ Data and other attributes defined here:
scroll_offset = 0
-
sort_dict = {'basename': <function sort_by_basename at 0x12078c0>, 'mtime': <function <lambda> at 0x1207de8>, 'size': <function <lambda> at 0x1207d70>, 'type': <function <lambda> at 0x1207e60>}
+
sort_dict = {'basename': <function sort_by_basename at 0x1ce2c08>, 'mtime': <function <lambda> at 0x1ce51b8>, 'size': <function <lambda> at 0x1ce5140>, 'type': <function <lambda> at 0x1ce5230>}

Methods inherited from ranger.fsobject.fsobject.FileSystemObject:
@@ -331,7 +331,7 @@ Methods inherited from exceptions.Exception<
Data and other attributes inherited from
exceptions.Exception:
-
__new__ = <built-in method __new__ of type object at 0x2ab5dfa26000>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+
__new__ = <built-in method __new__ of type object at 0x2ae9659f6000>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from exceptions.BaseException:
diff --git a/doc/pydoc/ranger.fsobject.html b/doc/pydoc/ranger.fsobject.html index 36c6fb22..1993e467 100644 --- a/doc/pydoc/ranger.fsobject.html +++ b/doc/pydoc/ranger.fsobject.html @@ -61,7 +61,7 @@ Methods inherited from exceptions.Exception<
Data and other attributes inherited from
exceptions.Exception:
-
__new__ = <built-in method __new__ of type object at 0x2ab5dfa26000>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+
__new__ = <built-in method __new__ of type object at 0x2ae9659f6000>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from exceptions.BaseException:
diff --git a/doc/pydoc/ranger.gui.bar.html b/doc/pydoc/ranger.gui.bar.html index 37aff9ba..9e9bbebd 100644 --- a/doc/pydoc/ranger.gui.bar.html +++ b/doc/pydoc/ranger.gui.bar.html @@ -203,7 +203,7 @@ cmp(x, y) -> -1, 0, 1
Data and other attributes inherited from __builtin__.list:
__hash__ = None
-
__new__ = <built-in method __new__ of type object at 0x2ab5dfa2fbc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+
__new__ = <built-in method __new__ of type object at 0x2ae9659ffbc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

diff --git a/doc/pydoc/ranger.gui.widgets.browsercolumn.html b/doc/pydoc/ranger.gui.widgets.browsercolumn.html index d1f75c44..a34d6fa3 100644 --- a/doc/pydoc/ranger.gui.widgets.browsercolumn.html +++ b/doc/pydoc/ranger.gui.widgets.browsercolumn.html @@ -187,5 +187,5 @@ Fractions of a second may be present if  Data -
       PREVIEW_BLACKLIST = <_sre.SRE_Pattern object at 0x1359570>
+PREVIEW_BLACKLIST = <_sre.SRE_Pattern object at 0x1df5760> \ No newline at end of file diff --git a/doc/pydoc/ranger.gui.widgets.pager.html b/doc/pydoc/ranger.gui.widgets.pager.html index 4c49dc34..da82b394 100644 --- a/doc/pydoc/ranger.gui.widgets.pager.html +++ b/doc/pydoc/ranger.gui.widgets.pager.html @@ -145,8 +145,8 @@ Data and other attributes inherited from Data         -BAR_REGEXP = <_sre.SRE_Pattern object at 0x1301300>
-QUOTES_REGEXP = <_sre.SRE_Pattern object at 0x12b5718>
-SPECIAL_CHARS_REGEXP = <_sre.SRE_Pattern object at 0x130e2f0>
-TITLE_REGEXP = <_sre.SRE_Pattern object at 0x12b64b0> +BAR_REGEXP = <_sre.SRE_Pattern object at 0x1dba390>
+QUOTES_REGEXP = <_sre.SRE_Pattern object at 0x1d91718>
+SPECIAL_CHARS_REGEXP = <_sre.SRE_Pattern object at 0x1db4450>
+TITLE_REGEXP = <_sre.SRE_Pattern object at 0x1d933b0> \ No newline at end of file diff --git a/doc/pydoc/ranger.shared.settings.html b/doc/pydoc/ranger.shared.settings.html index e686f159..e6d09a32 100644 --- a/doc/pydoc/ranger.shared.settings.html +++ b/doc/pydoc/ranger.shared.settings.html @@ -82,5 +82,5 @@ Data and other attributes defined here:
Data         -ALLOWED_SETTINGS = {'autosave_bookmarks': <type 'bool'>, 'collapse_preview': <type 'bool'>, 'colorscheme': (<class 'ranger.gui.colorscheme.ColorScheme'>, <type 'module'>), 'directories_first': <type 'bool'>, 'flushinput': <type 'bool'>, 'hidden_filter': <function <lambda> at 0x1158c80>, 'max_filesize_for_preview': (<type 'int'>, <type 'NoneType'>), 'max_history_size': (<type 'int'>, <type 'NoneType'>), 'preview_files': <type 'bool'>, 'reverse': <type 'bool'>, ...} +ALLOWED_SETTINGS = {'autosave_bookmarks': <type 'bool'>, 'collapse_preview': <type 'bool'>, 'colorscheme': (<class 'ranger.gui.colorscheme.ColorScheme'>, <type 'module'>), 'directories_first': <type 'bool'>, 'flushinput': <type 'bool'>, 'hidden_filter': <function <lambda> at 0x1bf4c80>, 'max_filesize_for_preview': (<type 'int'>, <type 'NoneType'>), 'max_history_size': (<type 'int'>, <type 'NoneType'>), 'preview_files': <type 'bool'>, 'reverse': <type 'bool'>, ...} \ No newline at end of file diff --git a/doc/pydoc/test.html b/doc/pydoc/test.html index c5cacffc..2a0ce426 100644 --- a/doc/pydoc/test.html +++ b/doc/pydoc/test.html @@ -47,5 +47,5 @@ Data         -__all__ = ['tc_keyapi', 'tc_history', 'tc_colorscheme', 'tc_bookmarks', 'tc_ext', 'tc_directory', 'tc_commandlist', 'tc_colorscheme', 'tc_keyapi', 'tc_history', 'tc_commandlist', 'tc_displayable', 'tc_directory', 'tc_ui', 'tc_ui', 'tc_bookmarks', 'tc_ext', 'tc_displayable'] +__all__ = ['tc_keyapi', 'tc_history', 'tc_directory', 'tc_colorscheme', 'tc_commandlist', 'tc_displayable', 'tc_ui', 'tc_bookmarks', 'tc_ext'] \ No newline at end of file -- cgit 1.4.1-2-gfad0