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

Shared objects contian singleton variables wich can be
inherited, essentially acting like global variables.

 
Package Contents
       
mimetype
settings

 
Classes
       
builtins.object
Awareness
EnvironmentAware
FileManagerAware

 
class Awareness(builtins.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
builtins.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
builtins.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)