Module commitmessage.util
Basic utility functions and classes (
CmConfigParser,
getNewInstance, and
execute)
| Classes |
CmConfigParser |
Provides config-centric logic for views and modules that would be
confused elsewhere |
| Function Summary |
| |
execute(command)
Return the contents of stdout as a list of lines after executing
command |
| |
getNewInstance(fullClassName,
searchPath)
Return an instance of the fullClassName class WITHOUT the
__init__ method having been called |
execute(command)
-
- Returns:
-
the contents of
stdout as a list of lines after
executing command
|
getNewInstance(fullClassName,
searchPath=['./'])
-
- Returns:
-
an instance of the fullClassName class WITHOUT the
__init__ method having been called
|