(expression, printErrors=True)
| 151 | |
| 152 | |
| 153 | def describeObject(expression, printErrors=True): |
| 154 | return evaluateExpressionValue( |
| 155 | "(id)(" + expression + ")", printErrors |
| 156 | ).GetObjectDescription() |
| 157 | |
| 158 | |
| 159 | def evaluateEffect(expression, printErrors=True): |
nothing calls this directly
no test coverage detected