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.fsobject.directory.html | 34 +++++++++++++++++++------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'doc/pydoc/ranger.fsobject.directory.html') 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)
-- cgit 1.4.1-2-gfad0