Trees | Index | Help |
---|
Package flumotion :: Package common :: Module package |
|
Classes | |
---|---|
PackageHooks |
|
Packager |
Function Summary | |
---|---|
I take a directory and return a list of candidate python end modules (i.e., non-package modules) for the given module prefix. | |
getPackager()
| |
I take a directory and return a list of candidate python packages under that directory that start with the given prefix. | |
I'm similar to os.listdir, but I work recursively and only return directories containing python code. | |
list |
I'm similar to os.listdir, but I work recursively and only return files representing python non-package modules. |
Variable Summary | |
---|---|
NoneType |
__packager = None |
Function Details |
---|
findEndModuleCandidates(path, prefix='flumotion')I take a directory and return a list of candidate python end modules (i.e., non-package modules) for the given module prefix.
|
_findPackageCandidates(path, prefix='flumotion')I take a directory and return a list of candidate python packages under that directory that start with the given prefix. A package is a module containing modules; typically the directory with the same name as the package contains __init__.py
|
_listDirRecursively(path)I'm similar to os.listdir, but I work recursively and only return directories containing python code.
|
_listPyFileRecursively(path)I'm similar to os.listdir, but I work recursively and only return files representing python non-package modules.
|
Variable Details |
---|
__packager
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 | http://epydoc.sf.net |