file_encoding property

file_encoding property

Gets file’s encoding

Definition:

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

See Also