Skip to main content

Nothing.get

getkeyif_missing

Documentation

Get a value for the key of the object. As Nothing has no keys, returns if_missing.

Arguments

  • key: The key to get.
  • if_missing: The value to return if the key is not found.