class documentation

class DummyOptionSpec(dict): (source)

View In Hierarchy

An option_spec allows any options.

Method __bool__ Behaves like some options are defined.
Method __getitem__ Undocumented
def __bool__(self): (source)

Behaves like some options are defined.

Returns
boolUndocumented
def __getitem__(self, key): (source)

Undocumented

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