class documentation

class Options(dict):

View In Hierarchy

A dict/attribute hybrid that returns None on nonexisting keys.
Method __getattr__ Undocumented
Method copy Undocumented
def __getattr__(self, name):

Undocumented

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

Undocumented

Returns
OptionsUndocumented