logoalt Hacker News

eesmithyesterday at 1:55 PM0 repliesview on HN

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