Unexpected attributes "size" and "compute"
Open
- 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
Assessment
This issue has not been assessed yet.