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.fsobject.directory.html | 63 ++++++++++++++++++-------------- 1 file changed, 36 insertions(+), 27 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 efd930b2..7dd2b7dd 100644 --- a/doc/pydoc/ranger.fsobject.directory.html +++ b/doc/pydoc/ranger.fsobject.directory.html @@ -1,6 +1,6 @@ + Python: module ranger.fsobject.directory - @@ -8,7 +8,7 @@
 
 
ranger.fsobject.directory
index
/home/hut/work/ranger/ranger/fsobject/directory.py
+>index
/home/hut/ranger/ranger/fsobject/directory.py

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

-
builtins.Exception(builtins.BaseException) +
exceptions.Exception(exceptions.BaseException)
NoDirectoryGiven
-
ranger.ext.accumulator.Accumulator(builtins.object) +
ranger.ext.accumulator.Accumulator(__builtin__.object)
Directory(ranger.fsobject.fsobject.FileSystemObject, ranger.ext.accumulator.Accumulator, ranger.shared.settings.SettingsAware) @@ -57,7 +57,7 @@
Directory(ranger.fsobject.fsobject.FileSystemObject, ranger.ext.accumulator.Accumulator, ranger.shared.settings.SettingsAware)
-
ranger.shared.settings.SettingsAware(builtins.object) +
ranger.shared.settings.SettingsAware(__builtin__.object)
Directory(ranger.fsobject.fsobject.FileSystemObject, ranger.ext.accumulator.Accumulator, ranger.shared.settings.SettingsAware) @@ -79,7 +79,7 @@
ranger.shared.Awareness
ranger.ext.accumulator.Accumulator
ranger.shared.settings.SettingsAware
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -140,6 +140,8 @@ outdated or not done yet
Data and other attributes defined here:
cycle_list = None
+
disk_usage = 0
+
enterable = False
filenames = None
@@ -148,6 +150,8 @@ Data and other attributes defined here:
filter = None
+
is_directory = True
+
last_update_time = -1
load_content_mtime = -1
@@ -158,10 +162,14 @@ Data and other attributes defined here:
marked_items = None
+
mount_path = '/'
+
old_directories_first = None
old_filter = None
+
old_hidden_filter = None
+
old_reverse = None
old_show_hidden = None
@@ -172,7 +180,7 @@ Data and other attributes defined here:
scroll_offset = 0
-
sort_dict = {'basename': <function sort_by_basename at 0x7f6a90692160>, 'mtime': <function <lambda> at 0x7f6a906927c0>, 'size': <function <lambda> at 0x7f6a90692738>, 'type': <function <lambda> at 0x7f6a90692848>}
+
sort_dict = {'basename': <function sort_by_basename at 0xe37c80>, 'mtime': <function <lambda> at 0xe3c230>, 'size': <function <lambda> at 0xe3c1b8>, 'type': <function <lambda> at 0xe3c2a8>}

Methods inherited from ranger.fsobject.fsobject.FileSystemObject:
@@ -228,6 +236,8 @@ Data and other attributes inherited from ranger.
Data and other attributes inherited from
ranger.shared.settings.SettingsAware:
-
settings = <ranger.ext.openstruct.OpenStruct object at 0x7f6a9067fbd0>
+
settings = <ranger.ext.openstruct.OpenStruct object at 0xe2f090>

+class NoDirectoryGiven(exceptions.Exception)
 
-class NoDirectoryGiven(builtins.Exception)
    
Method resolution order:
NoDirectoryGiven
-
builtins.Exception
-
builtins.BaseException
-
builtins.object
+
exceptions.Exception
+
exceptions.BaseException
+
__builtin__.object

Data descriptors defined here:
@@ -309,19 +319,25 @@ Data descriptors defined here:
list of weak references to the object (if defined)

-Methods inherited from builtins.Exception:
+Methods inherited from exceptions.Exception:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

-Data and other attributes inherited from builtins.Exception:
-
__new__ = <built-in method __new__ of type object at 0x7f6a9223e120>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+Data and other attributes inherited from exceptions.Exception:
+
__new__ = <built-in method __new__ of type object at 0x7fdbe7033f40>
T.__new__(S, ...) -> a new object with type S, a subtype of T

-Methods inherited from builtins.BaseException:
+Methods inherited from exceptions.BaseException:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
+
__getitem__(...)
x.__getitem__(y) <==> x[y]
+ +
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]

+Use of negative indices is not supported.
+
__reduce__(...)
__repr__(...)
x.__repr__() <==> repr(x)
@@ -332,23 +348,16 @@ Methods inherited from builtins.BaseExcept
__str__(...)
x.__str__() <==> str(x)
-
with_traceback(...)
Exception.with_traceback(tb) --
-set self.__traceback__ to tb and return self.
+
__unicode__(...)

-Data descriptors inherited from builtins.BaseException:
-
__cause__
-
exception cause
-
-
__context__
-
exception context
-
+Data descriptors inherited from exceptions.BaseException:
__dict__
-
__traceback__
-
args
+
message
+

-- cgit 1.4.1-2-gfad0