MCPcopy 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
133def _get_box_config():
134 return {
135 # Internal use only
136 "__created": False,
137 "__safe_keys": {},
138 }
139
140
141def _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