Attachment# class safir.testing.sentry.Attachment(filename, bytes, content_type)# Bases: object Contents and metadata of a Sentry attachment. Parameters: filename (str) bytes (bytes) content_type (str) Attributes Summary bytes content_type filename Attributes Documentation bytes: bytes = <dataclasses._MISSING_TYPE object># content_type: str = <dataclasses._MISSING_TYPE object># filename: str = <dataclasses._MISSING_TYPE object>#