Y
Hacker News
new
|
ask
|
show
|
jobs
by
eesmith
179 days ago
missing = object() data = collection.get("key", missing) if data is missing: ... else: ....