MCPcopy
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
141class ASchema(Schema):
142 id = fields.Integer()
143 b = fields.Nested("tests.test_registry.BSchema", exclude=("a",))
144
145
146class BSchema(Schema):

Callers 1

test_two_way_nestingFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_two_way_nestingFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…