Skip to content
  • Pietro Saccardi's avatar
    Improvements to DotDict and settings. · 4ef55a03
    Pietro Saccardi authored
    * DotDicts are lazily replaced over dicts when __getattr__ is called.
    * DotDicts hierarchy is created lazily, when the value is set, the
      DotDict is stored in the parent object
    * Added get method that can sanitize and cast the value
    4ef55a03