diff options
Diffstat (limited to 'doc/pydoc/ranger.fsobject.fsobject.html')
-rw-r--r-- | doc/pydoc/ranger.fsobject.fsobject.html | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/doc/pydoc/ranger.fsobject.fsobject.html b/doc/pydoc/ranger.fsobject.fsobject.html index 869ecfbe..ce0b983f 100644 --- a/doc/pydoc/ranger.fsobject.fsobject.html +++ b/doc/pydoc/ranger.fsobject.fsobject.html @@ -66,14 +66,8 @@ Methods defined here:<br> <dl><dt><a name="FileSystemObject-__str__"><strong>__str__</strong></a>(self)</dt><dd><tt>returns a string containing the absolute path</tt></dd></dl> -<dl><dt><a name="FileSystemObject-get_description"><strong>get_description</strong></a>(self)</dt></dl> - <dl><dt><a name="FileSystemObject-get_permission_string"><strong>get_permission_string</strong></a>(self)</dt></dl> -<dl><dt><a name="FileSystemObject-go"><strong>go</strong></a>(self)</dt><dd><tt>enter the directory if the filemanager is running</tt></dd></dl> - -<dl><dt><a name="FileSystemObject-is_older_than"><strong>is_older_than</strong></a>(self, seconds)</dt><dd><tt>returns whether this object wasn't <a href="#FileSystemObject-use">use</a>()d in the last n seconds</tt></dd></dl> - <dl><dt><a name="FileSystemObject-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> @@ -84,18 +78,14 @@ or nonexistant.</tt></dd></dl> <dl><dt><a name="FileSystemObject-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="FileSystemObject-use"><strong>use</strong></a>(self)</dt><dd><tt>mark the filesystem-object as used at the current time</tt></dd></dl> +<dl><dt><a name="FileSystemObject-use"><strong>use</strong></a>(self)</dt><dd><tt>Used in garbage-collecting. Override in Directory</tt></dd></dl> <hr> Data descriptors defined here:<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 defined here:<br> <dl><dt><strong>accessible</strong> = False</dl> @@ -118,6 +108,8 @@ Data and other attributes defined here:<br> <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> @@ -136,8 +128,6 @@ Data and other attributes defined here:<br> <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> @@ -148,8 +138,12 @@ Data and other attributes defined here:<br> <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> @@ -219,5 +213,6 @@ Fractions of a second may be present if <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> <td width="100%"><strong>BAD_INFO</strong> = '?'<br> -<strong>CONTAINER_EXTENSIONS</strong> = ('7z', 'ace', 'ar', 'arc', 'bz', 'bz2', 'cab', 'cpio', 'cpt', 'dgc', 'dmg', 'gz', 'iso', 'jar', 'msi', 'pkg', 'rar', 'shar', 'tar', 'tbz', ...)</td></tr></table> +<strong>CONTAINER_EXTENSIONS</strong> = ('7z', 'ace', 'ar', 'arc', 'bz', 'bz2', 'cab', 'cpio', 'cpt', 'dgc', 'dmg', 'gz', 'iso', 'jar', 'msi', 'pkg', 'rar', 'shar', 'tar', 'tbz', ...)<br> +<strong>extsep</strong> = '.'</td></tr></table> </body></html> \ No newline at end of file |