missing = object()
    data = collection.get("key", missing)
    if data is missing:
         ...
    else:
         ....