From 34a60763e79546e0f84e30fbcc430632f3dbb39e Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 16 Feb 2010 01:56:21 +0100 Subject: incremented version number and updated pydoc html files --- doc/pydoc/ranger.container.bookmarks.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/pydoc/ranger.container.bookmarks.html') diff --git a/doc/pydoc/ranger.container.bookmarks.html b/doc/pydoc/ranger.container.bookmarks.html index 753da7e4..bf0bec97 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/work/ranger/ranger/container/bookmarks.py
+>index
/home/hut/ranger/ranger/container/bookmarks.py

# Copyright (c) 2009, 2010 hut <hut@lavabit.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
@@ -40,7 +40,7 @@        

-
builtins.object +
__builtin__.object
Bookmarks @@ -51,14 +51,14 @@ +class Bookmarks(__builtin__.object)
 
-class Bookmarks(builtins.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.
 
@@ -69,7 +69,7 @@ Optionally, a bookmark.go() method is used for&nbs
__getitem__(self, key)
Get the bookmark associated with the key
-
__init__(self, bookmarkfile, bookmarktype=<class 'str'>, autosave=False)
<bookmarkfile> specifies the path to the file where
+
__init__(self, bookmarkfile, bookmarktype=<type 'str'>, autosave=False)
<bookmarkfile> specifies the path to the file where
bookmarks are saved in.
__iter__(self)
@@ -85,7 +85,7 @@ Requires the bookmark instance to have a go()
load(self)
Load the bookmarks from path/bookmarks
-
remember(self, value)
Bookmarks <value> to the keys ` and '
+
remember(self, value)
Bookmarks <value> to the key '
save(self)
Save the bookmarks to the bookmarkfile.
This is done automatically after every modification if autosave is True.
@@ -109,7 +109,7 @@ Data and other attributes defined here:
last_mtime = None
-
load_pattern = <_sre.SRE_Pattern object at 0x1f94480>
+
load_pattern = <_sre.SRE_Pattern object at 0xec7430>

-- cgit 1.4.1-2-gfad0