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

why does AttrMap return a tuple when a list is stored? #34

@gabyx

Description

@gabyx
from attrdict import AttrMap as mp
m=mp({"a":[1,2,3]})
m.a

return (1,2,3)

This sould not happen, right? Would be really good to fix this :-)
Thanks 👍

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