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.gui.widgets.statusbar.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'doc/pydoc/ranger.gui.widgets.statusbar.html') 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.
-- cgit 1.4.1-2-gfad0