gustaf.helpers.options.ShowOption.get#

ShowOption.get(key, default=None)[source]#

Gets value from key and default. Similar to dict.get(), but this is always safe, as it will always return None

Parameters:
  • key (stir)

  • default (object)

Returns:

values

Return type:

object