polywrap_fs_plugin.wrap.types module

class polywrap_fs_plugin.wrap.types.Encoding(value)[source]

Bases: IntEnum

An enumeration.

ASCII = 0
BASE64 = 4
BASE64URL = 5
BINARY = 7
HEX = 8
LATIN1 = 6
UCS2 = 3
UTF16LE = 2
UTF8 = 1