Box icon indicating copy to clipboard operation
Box copied to clipboard

type 'int' is not iterable

Open mokeyish opened this issue 9 months ago • 0 comments

Reproduce code:

a = Box(
    {
        "a": {
            "b": {
                "c": 100
            }
        }
    },
    box_dots=True
)

x = a.get('a.b.c.d')

mokeyish avatar May 21 '24 04:05 mokeyish