cdgriffith / cdgriffith/Box

Unexpected attributes "size" and "compute"

Open
#262 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.8k
Forks
135
PR merge metrics
No merged PRs in 30d

Description

Is it correct?

In [1]: from box import Box

In [2]: test = Box(default_box=True)

In [3]: test
Out[3]: Box({'size': {'compute': {}}})

In [4]: test.keys()
Out[4]: dict_keys(['size'])

Python 3.11.6
Box 7.1.1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.