fast-nail-55400
12/03/2021, 8:22 PMUnparsedAddressInputs or AddressInput.parse to parse address strings in a way that does not throw an exception if the string is not parseable as an address? (context is I want to have a fallback way to parse those strings as JVM coordinate strings if they are not parseable as addresses.) I don’t see None returned anywhere so I assume AddressInput.parse raises exceptionshundreds-father-404
12/03/2021, 8:24 PMfast-nail-55400
12/03/2021, 8:26 PMfast-nail-55400
12/03/2021, 8:26 PMhundreds-father-404
12/03/2021, 8:27 PMAddressInput.parse() with a try/except. Then use await Get(Address, AddressInput, address_input)fast-nail-55400
12/03/2021, 8:28 PM