Skip to content
This repository was archived by the owner on Feb 2, 2019. It is now read-only.

Is it broken or a feature? cannot update keys any more if key is a dict for AttrDict  #35

@hihellobolke

Description

@hihellobolke
>>> attr = AttrDict({'foo': {"bar": "molotov"}})
>>> attr.foo
AttrDict({'bar': 'molotov'})
>>> attr.foo.bar = 'update molotov'
>>> attr
AttrDict({'foo': {'bar': 'molotov'}})
>>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions