|
|
|
formatTransform(self,
transformLines)
Convenience function to number the transform info |
source code
|
|
|
sendTransformException(self,
eventclass,
evt)
Try to convert the rather horrible looking traceback that is hard to
understand into something actionable by the user. |
source code
|
|
|
applyTransform(self,
evt,
device,
component=None)
Apply transforms on an event from the top level of the Event Class
Tree down to the actual Event Rules (EventClassInst) |
source code
|
|
|
inheritedTransforms(self)
Make a string that brings together all the transforms inherited from
the base EventClass to self. |
source code
|
|
|
testTransformStyle(self)
Test our transform by compiling it. |
source code
|
|
|
|