Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marshmallow-code/marshmallow
/ ASchema
Class
ASchema
tests/test_registry.py:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
141
class
ASchema(Schema):
142
id = fields.Integer()
143
b = fields.Nested(
"tests.test_registry.BSchema"
, exclude=(
"a"
,))
144
145
146
class
BSchema(Schema):
Callers
1
test_two_way_nesting
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_two_way_nesting
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…