parse

EncodeTypes.parse

parse(str encodeTypeName) -> def

Returns the corresponding Enum value for the given name. If the name does not exist, raises a ValueError.

ParameterTypeDescription
encodeTypeNamestr

Return Type: def