getAttributeRaw<T extends PythonObjectInterface<P, R> > abstract method
Gets the attribute with the given name.
Implementation
T getAttributeRaw<T extends PythonObjectInterface<P, R>>(
String attributeName,
);