2559
2576
some information from the option object itself.
2562
2587
def register(self, option):
2563
2588
"""Register a new option to its name.
2565
2590
:param option: The option to register. Its name is used as the key.
2567
2593
super(OptionRegistry, self).register(option.name, option,