content_type الملكية
content_type الملكية
الحصول على نوع محتوى الوثيقة أو تحديده.
تعريف:
@property
def content_type(self):
...
@content_type.setter
def content_type(self, value):
...
الحصول على نوع محتوى الوثيقة أو تحديده.
@property
def content_type(self):
...
@content_type.setter
def content_type(self, value):
...