Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
colonPairPat = re.compile(r"([^:]+):(.*)")
|
|||
numberPat = re.compile(r'[0-9][0-9]*')
|
|||
defaultPat = re.compile(r'default:?')
|
|
Take the output of pstree and find the compiler
|
Find a list of files in directory [[path]] that match [[pattern]]
|
Find full path to [[program]]
|
Capture standard out for a command.
|
Check to make sure that the first part of v contains key. Raise exception if not.
|
Remove this list of files. Do not raise exception if file doesn't exist.
|
Determine what object type [[object_path]] is (a, o, so)
|
Find module for [[object_path]] in [[reverseMapT]] if it is exists, "NULL" otherwise.
|
Build config file name from dbname.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 20 12:25:04 2014 | http://epydoc.sourceforge.net |