try_parse method

try_parse

Returns Barcode type with pasringType name. If name of Barcode is unknown - no Exception will be thrown but method will return null value.

Returns

BarcodeType instance.

def try_parse(self, parsing_type):
    ...
Parameter Type Description
parsing_type str Source string of barcode type name.

See Also