Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cdgriffith/Box
/ _get_box_config
Function
_get_box_config
box/box.py:133–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
132
133
def
_get_box_config():
134
return
{
135
# Internal use only
136
"__created"
: False,
137
"__safe_keys"
: {},
138
}
139
140
141
def
_get_property_func(obj, key):
Callers
2
__new__
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected