poppy.core.generic.dot_dict module

class poppy.core.generic.dot_dict.DotDict[source]

Bases: collections.OrderedDict

A class to have ordered dictionary and also be able to access parameters inside nested dictionary easily through a dot syntax for the key.

class poppy.core.generic.dot_dict.SimpleDotDict[source]

Bases: dict

A class to have dictionary and also be able to access parameters inside nested dictionary easily through a dot syntax for the key.