get
Gets a single key or multiple keys.
There are alternative convenience functions:
Returns
Called with:
key
: if key exists the value is returned, otherwiseNone
keys
: all key values in adict
. If no keys exist, an emptydict
is returned
Gets a single key or multiple keys.
There are alternative convenience functions:
Called with:
key
: if key exists the value is returned, otherwise None
keys
: all key values in a dict
. If no keys exist, an empty dict
is returned