Checks if the python object has the given attribute.
@override bool hasAttribute(String attributeName) => _delegate.hasAttribute(attributeName);