splinepy.helpme.visualize.MultipatchShowOption.get#

MultipatchShowOption.get(key, default=None)#

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