setAttributeRaw<T extends PythonObjectInterface<P, R>> abstract method

void setAttributeRaw<T extends PythonObjectInterface<P, R>>(
  1. String attributeName,
  2. T value
)
inherited

Sets the attribute with the given name.

Implementation

void setAttributeRaw<T extends PythonObjectInterface<P, R>>(
  String attributeName,
  T value,
);