crateApiPythonPyObjectWrapperHasattr abstract method

bool crateApiPythonPyObjectWrapperHasattr({
  1. required PyObjectWrapper that,
  2. required String attrName,
})

Implementation

bool crateApiPythonPyObjectWrapperHasattr(
    {required PyObjectWrapper that, required String attrName});