| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
PFXSimpleTimer A convenience class containing some simple timer-type methods |
|||
|
|||
|
|||
bool
|
|
||
bool
|
|
||
bool
|
|
||
str
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
HOSTNAME =
|
|||
RGX_APP_TOKEN = re.compile(r'__
|
|||
__package__ =
|
|||
|
|||
Add a path to the python module search path.
|
Work around the various ways that objects get cast to strings in the qube job object. Add a package dict to the job if one is not found; this can occur when an empty dict is used as a mock job during unittesting.
|
Work around the various ways that objects get cast to strings in the qube job object. Add a package dict to the job if one is not found; this can occur when an empty dict is used as a mock job during unittesting.
|
Work around the various ways that objects get cast to strings in the qube job object.
|
Get the path to the module that called this instance
|
Import an abritrary module, and return a class object (not an instance) from that module.
|
Print a nicely-formatted message with a timestamp, easily readable in a job's stdout/stderr logs >>> bannerPrint( 'Finished work' ) ================================================================================ 13:05:31 Finished work render023 ================================================================================
|
scan a job.conf for a multi-line block the is bound by [...], with the closing bracket at the beginning of a new line. valid OS names acting as keys in the job.conf are those returned by sys.platform example: HFS_PATHS = [ darwin:"/Library/NotFoundHere/Houdini.framework/Versions/0.0.0/Resources" darwin: "/Library/Frameworks/Houdini.framework/Versions/0.0.0/Resources" linux2:"/opt/hfs0.0.0" win32: "C:/Program Files/Side Effect Software/Houdini 0.0.0" ] return a dictionary, keyed of sys.platform names, values are a list of paths |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 17 10:44:37 2017 | http://epydoc.sourceforge.net |