Y
Hacker News
new
|
ask
|
show
|
jobs
by
goodoldneon
956 days ago
That type won't help if you're unpacking like `user, err = get_user(user_id)`. Both values will be nullable and the type-checker won't understand that `user` is not None if `err` is None