diving head first into Api stuff, how can I convert the following 4 lines from C plugin to python plugin?
tried what I thought would work, but it did not..
const MString magString("magnitude");
MFnArrayAttrsData::Type doubleType(MFnArrayAttrsData::kDoubleArray);
bool arrayExist;
arrayExist = inputPPArray.checkArrayExist(magString, doubleType, &status);
this is from the dynExprField plugin from the devkit
thanks 
-johnc