Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marshmallow-code/marshmallow
/ get_from_dict
Function
get_from_dict
tests/test_schema.py:2277–2278 ·
view source on GitHub ↗
(schema, obj, key, default=None)
Source
from the content-addressed store, hash-verified
2275
2276
2277
def
get_from_dict(schema, obj, key, default=None):
2278
return
obj.get(
"_"
+ key, default)
2279
2280
2281
class
TestGetAttribute:
Callers
1
get_attribute
Method · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…