Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cdgriffith/Box
/ test_config_default
Method
test_config_default
test/test_config_box.py:49–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
assert item in dir(b)
48
49
def
test_config_default(self):
50
bx4 = Box(default_box=True, default_box_attr=ConfigBox)
51
assert isinstance(bx4.bbbbb, ConfigBox)
Callers
nothing calls this directly
Calls
1
Box
Class · 0.90
Tested by
no test coverage detected