setAttributeRaw<T extends PythonObjectInterface<PythonFfiDelegate<Object?>, Object?>> method

  1. @override
void setAttributeRaw<T extends PythonObjectInterface<PythonFfiDelegate<Object?>, Object?>>(
  1. String attributeName,
  2. T value
)
inherited

Sets the attribute with the given name.

Implementation

@override
void setAttributeRaw<
        T extends PythonObjectInterface<PythonFfiDelegate<Object?>,
            Object?>>(String attributeName, T value) =>
    _delegate.setAttributeRaw(attributeName, value);