ranger.shared
index
/home/hut/ranger/ranger/shared/__init__.py

Shared objects contain singleton variables which can be
inherited, essentially acting like global variables.

 
Package Contents
       
mimetype
settings

 
Classes
       
__builtin__.object
Awareness
EnvironmentAware
FileManagerAware

 
class Awareness(__builtin__.object)
     Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class EnvironmentAware(Awareness)
    
Method resolution order:
EnvironmentAware
Awareness
__builtin__.object

Data and other attributes defined here:
env = None

Data descriptors inherited from Awareness:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class FileManagerAware(Awareness)
    
Method resolution order:
FileManagerAware
Awareness
__builtin__.object

Data and other attributes defined here:
fm = None

Data descriptors inherited from Awareness:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)