encoding property

encoding property

Gets or sets the encoding that will be used when loading Vcf document. Default is Encoding.Default.

Definition:

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

See Also