Comment on Discussion: Reduce error handling boilerplate in Golang using '?'parentComments−new_user_final1yYou can use following syntax in python, ugly but better than multiple and (I don't use python anymore) if dict.get('key', {}).get('key-nested',{}).get....:
Comments
You can use following syntax in python, ugly but better than multiple and (I don't use python anymore)