Closed fcollot closed 8 months ago
When using callMethod in pyncpp there is no need to convert the arguments to Python first (doing so will result in the object being converted twice, which is the equivalent of getting the boolean value of the object).
callMethod
When using
callMethod
in pyncpp there is no need to convert the arguments to Python first (doing so will result in the object being converted twice, which is the equivalent of getting the boolean value of the object).