setAttributeRaw<T extends PythonObjectInterface<P, R> > abstract method
void
setAttributeRaw<T extends PythonObjectInterface<P, R> >(
- String attributeName,
- T value
inherited
Sets the attribute with the given name.
Implementation
void setAttributeRaw<T extends PythonObjectInterface<P, R>>(
String attributeName,
T value,
);