getAttributeRaw<T extends PythonObjectInterface<PythonFfiDelegate<Object?> , Object?> > method
T
getAttributeRaw<T extends PythonObjectInterface<PythonFfiDelegate<Object?> , Object?> >(
- 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);