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

  1. @override
T getAttributeRaw<T extends PythonObjectInterface<PythonFfiDelegate<Object?>, Object?>>(
  1. String attributeName
)
inherited

Gets the attribute with the given name.

Implementation

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