Welcome to the new Tigris! There have been some changes to the administration of mail lists. Project and list owners should check out the Discussion Services release notes.
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 |
| |
_doctest()
|
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
|