Home | Trees | Indices | Help |
|
---|
|
This modules implements the functions and procedures that can not be classified anywhere else in the library. There should not be too much stuff here in order to not mess up the code. Functions: * findNestedDirectories : parses recursively a directory tree appending each nested subdirectory found in a list. * findExecutable : searches for an executable in OS dependant classical paths.
|
|||
|
|||
string |
|
||
|
|||
integer |
|
|
|||
scannedDirectories = [sys.prefix]
|
|
Parses recursively the directory tree starting from directory |rootDir| appending all the subdirectories found in |dirList| list.
Note: take care this is a recursive function. |
Searches for an executable in OS dependant classical paths.
|
Number of virtual or physical CPUs on this system, i.e. user/real as output by time(1) when called with an optimally scaling userspace-only program |
Retrieves the total numbers of processors, the number of loaded and free processors on the host machine.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 8 16:56:53 2009 | http://epydoc.sourceforge.net |