diff options
author | hut <hut@lavabit.com> | 2010-06-09 11:50:58 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-06-09 11:50:58 +0200 |
commit | edf3d9f8dc470128fc9047b16d89881d5269944e (patch) | |
tree | 5b130a1371f8006018a7c2b2a2a8675bfede6207 /doc/pydoc/ranger.fsobject.directory.html | |
parent | 110dd383d250c20b1bf74f059f8f996d81a6d123 (diff) | |
download | ranger-edf3d9f8dc470128fc9047b16d89881d5269944e.tar.gz |
updated pydoc
Diffstat (limited to 'doc/pydoc/ranger.fsobject.directory.html')
-rw-r--r-- | doc/pydoc/ranger.fsobject.directory.html | 34 |
1 files changed, 20 insertions, 14 deletions
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:<br> <dl><dt><a name="Directory-empty"><strong>empty</strong></a>(self)</dt><dd><tt>Is the directory empty?</tt></dd></dl> +<dl><dt><a name="Directory-get_description"><strong>get_description</strong></a>(self)</dt></dl> + <dl><dt><a name="Directory-get_list"><strong>get_list</strong></a>(self)</dt></dl> <dl><dt><a name="Directory-get_selection"><strong>get_selection</strong></a>(self)</dt><dd><tt>READ ONLY</tt></dd></dl> +<dl><dt><a name="Directory-go"><strong>go</strong></a>(self)</dt><dd><tt>enter the directory if the filemanager is running</tt></dd></dl> + +<dl><dt><a name="Directory-is_older_than"><strong>is_older_than</strong></a>(self, seconds)</dt><dd><tt>returns whether this object wasn't <a href="#Directory-use">use</a>()d in the last n seconds</tt></dd></dl> + <dl><dt><a name="Directory-load_bit_by_bit"><strong>load_bit_by_bit</strong></a>(self)</dt><dd><tt>Returns a generator which load a part of the directory<br> in each iteration.</tt></dd></dl> @@ -138,6 +144,8 @@ outdated or not done yet</tt></dd></dl> <dl><dt><a name="Directory-unload"><strong>unload</strong></a>(self)</dt></dl> +<dl><dt><a name="Directory-use"><strong>use</strong></a>(self)</dt><dd><tt>mark the filesystem-object as used at the current time</tt></dd></dl> + <hr> Data and other attributes defined here:<br> <dl><dt><strong>content_loaded</strong> = False</dl> @@ -184,14 +192,8 @@ Methods inherited from <a href="ranger.fsobject.fsobject.html#FileSystemObject"> <dl><dt><a name="Directory-__str__"><strong>__str__</strong></a>(self)</dt><dd><tt>returns a string containing the absolute path</tt></dd></dl> -<dl><dt><a name="Directory-get_description"><strong>get_description</strong></a>(self)</dt></dl> - <dl><dt><a name="Directory-get_permission_string"><strong>get_permission_string</strong></a>(self)</dt></dl> -<dl><dt><a name="Directory-go"><strong>go</strong></a>(self)</dt><dd><tt>enter the directory if the filemanager is running</tt></dd></dl> - -<dl><dt><a name="Directory-is_older_than"><strong>is_older_than</strong></a>(self, seconds)</dt><dd><tt>returns whether this object wasn't <a href="#Directory-use">use</a>()d in the last n seconds</tt></dd></dl> - <dl><dt><a name="Directory-load"><strong>load</strong></a>(self)</dt><dd><tt>reads useful information about the filesystem-object from the<br> filesystem and caches it for later use</tt></dd></dl> @@ -202,18 +204,12 @@ or nonexistant.</tt></dd></dl> <dl><dt><a name="Directory-set_mimetype"><strong>set_mimetype</strong></a>(self)</dt><dd><tt>assign attributes such as self.<strong>video</strong> according to the mimetype</tt></dd></dl> -<dl><dt><a name="Directory-use"><strong>use</strong></a>(self)</dt><dd><tt>mark the filesystem-object as used at the current time</tt></dd></dl> - <hr> Data descriptors inherited from <a href="ranger.fsobject.fsobject.html#FileSystemObject">ranger.fsobject.fsobject.FileSystemObject</a>:<br> -<dl><dt><strong>filetype</strong></dt> -</dl> <dl><dt><strong>mimetype</strong></dt> </dl> <dl><dt><strong>mimetype_tuple</strong></dt> </dl> -<dl><dt><strong>shell_escaped_basename</strong></dt> -</dl> <hr> Data and other attributes inherited from <a href="ranger.fsobject.fsobject.html#FileSystemObject">ranger.fsobject.fsobject.FileSystemObject</a>:<br> <dl><dt><strong>accessible</strong> = False</dl> @@ -234,6 +230,8 @@ Data and other attributes inherited from <a href="ranger.fsobject.fsobject.html# <dl><dt><strong>extension</strong> = None</dl> +<dl><dt><strong>filetype</strong> = None</dl> + <dl><dt><strong>force_load</strong> = False</dl> <dl><dt><strong>image</strong> = False</dl> @@ -250,8 +248,6 @@ Data and other attributes inherited from <a href="ranger.fsobject.fsobject.html# <dl><dt><strong>is_socket</strong> = False</dl> -<dl><dt><strong>last_used</strong> = None</dl> - <dl><dt><strong>loaded</strong> = False</dl> <dl><dt><strong>marked</strong> = False</dl> @@ -262,8 +258,12 @@ Data and other attributes inherited from <a href="ranger.fsobject.fsobject.html# <dl><dt><strong>permissions</strong> = None</dl> +<dl><dt><strong>realpath</strong> = None</dl> + <dl><dt><strong>runnable</strong> = False</dl> +<dl><dt><strong>shell_escaped_basename</strong> = None</dl> + <dl><dt><strong>size</strong> = 0</dl> <dl><dt><strong>stat</strong> = None</dl> @@ -312,6 +312,12 @@ Data and other attributes inherited from <a href="ranger.shared.settings.html#Se <tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td> <td width="100%"><dl><dt><a name="-accept_file"><strong>accept_file</strong></a>(fname, hidden_filter, name_filter)</dt></dl> + <dl><dt><a name="-os_lstat"><strong>os_lstat</strong></a> = lstat(...)</dt><dd><tt>lstat(path) -> stat result<br> + <br> +Like stat(path), but do not follow symbolic links.</tt></dd></dl> + <dl><dt><a name="-os_stat"><strong>os_stat</strong></a> = stat(...)</dt><dd><tt>stat(path) -> stat result<br> + <br> +Perform a stat system call on the given path.</tt></dd></dl> <dl><dt><a name="-sort_by_basename"><strong>sort_by_basename</strong></a>(path)</dt><dd><tt>returns path.basename (for sorting)</tt></dd></dl> <dl><dt><a name="-sort_by_basename_icase"><strong>sort_by_basename_icase</strong></a>(path)</dt><dd><tt>returns case-insensitive path.basename (for sorting)</tt></dd></dl> <dl><dt><a name="-sort_by_directory"><strong>sort_by_directory</strong></a>(path)</dt><dd><tt>returns 0 if path is a directory, otherwise 1 (for sorting)</tt></dd></dl> |