Initializes a new instance of the switch_base class.
Parameters
display_name
The name of the switch.
description
The description for the switch.
Remarks
When you create a new switch_base object, the value of the display_name parameter is used to find initial switch settings. The default value is an empty string ("").
Notes to inheritors
To set the value of the switch, set the switch_setting property in the constructor.