Package s3 :: Module s3translate :: Class TranslateGetFiles
[frames] | no frames]

Class TranslateGetFiles

source code

object --+
         |
        TranslateGetFiles

Class to group files by modules

Instance Methods
 
__init__(self)
Set up a dictionary to hold files belonging to a particular module with the module name as the key.
source code
 
group_files(self, currentDir, curmod="", vflag=0)
Recursive function to group Eden files into respective modules
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods
 
get_module_list(dir)
Returns a list of modules using files in /controllers/ as point of reference
source code
Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

Set up a dictionary to hold files belonging to a particular module with the module name as the key. Files which contain strings belonging to more than one module are grouped under the "special" key.

Overrides: object.__init__

get_module_list(dir)
Static Method

source code 

Returns a list of modules using files in /controllers/ as point of reference

group_files(self, currentDir, curmod="", vflag=0)

source code 

Recursive function to group Eden files into respective modules