class documentation

class Options(dict): (source)

View In Hierarchy

A dict/attribute hybrid that returns None on nonexisting keys.

Method __getattr__ Undocumented
Method copy Undocumented
def __getattr__(self, name): (source)

Undocumented

Parameters
name:strUndocumented
Returns
AnyUndocumented
def copy(self): (source)

Undocumented

Returns
OptionsUndocumented