content_type property

content_type property

Gets or sets the type of the content.

Definition:

@property
def content_type(self):
    ...
@content_type.setter
def content_type(self, value):
    ...

See Also