I have a custom feature python object with a custom function and property. If I create the object, the property is exposed, but the function is not. I have a need to run a FeaturePython object function directly from outside the object itself (rather than letting it be called from execute() or some other event callback).
As I understand FPO's, I don't think that's possible. But just in case I'm wrong, I thought I'd ask.