omni::connect::core::executePythonStringMethod

Defined in omni/connect/core/Python.h

std::string omni::connect::core::executePythonStringMethod(carb::scripting::Object *instance, const std::string &method)

Given an instance of a python object, execute a method which returns a string.

Returns

The string result of the method or 0 if the method could not be executed.