class documentation

class DummyOptionSpec(dict):

View In Hierarchy

An option_spec allows any options.
Method __bool__ Behaves like some options are defined.
Method __getitem__ Undocumented
def __bool__(self):
Behaves like some options are defined.
Returns
boolUndocumented
def __getitem__(self, key):

Undocumented

Parameters
key:strUndocumented
Returns
Callable[[str], str]Undocumented