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

Class VariationSchema

app/objects/secondclass/c_variation.py:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class VariationSchema(ma.Schema):
7
8 description = ma.fields.String()
9 command = ma.fields.String()
10
11 @ma.post_load
12 def build_variation(self, data, **_):
13 return Variation(**data)
14
15
16class Variation(BaseObject):

Callers 2

ExecutorSchemaClass · 0.90
VariationClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected