MCPcopy Index your code
hub / github.com/apache/caldera / RelationshipUpdateSchema

Class RelationshipUpdateSchema

app/objects/secondclass/c_relationship.py:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class RelationshipUpdateSchema(ma.Schema):
27 criteria = ma.fields.Nested(RelationshipSchema(partial=True), required=True)
28 updates = ma.fields.Nested(RelationshipSchema(partial=True), required=True)
29
30
31class Relationship(BaseObject):

Callers

nothing calls this directly

Calls 1

RelationshipSchemaClass · 0.85

Tested by

no test coverage detected