char_set property

char_set property

Gets or sets the character-set for content.

Definition:

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

See Also