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

Class FactUpdateRequestSchema

app/objects/secondclass/c_fact.py:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62class FactUpdateRequestSchema(ma.Schema):
63 criteria = ma.fields.Nested(FactSchema(partial=True), required=True)
64 updates = ma.fields.Nested(FactSchema(partial=True), required=True)
65
66
67class Fact(BaseObject):

Callers

nothing calls this directly

Calls 1

FactSchemaClass · 0.85

Tested by

no test coverage detected