try_parse method

try_parse

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

Returns

QRCodeType instance.

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

See Also