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

T getAttributeRaw<T extends PythonObjectInterface<P, R>>(
  1. String attributeName
)
inherited

Gets the attribute with the given name.

Implementation

T getAttributeRaw<T extends PythonObjectInterface<P, R>>(
  String attributeName,
);