Skip to content

Recursively convert dictionary in DotDict

Stephan Seitz requested to merge seitz/pystencils:RecursiveDotDict into master

Everybody love DotDict because we are lazy. This PR recursively converts all dict into DotDict not only top level.

So you can do:

my_super.nested.data.scheme = 42

Merge request reports