MCPcopy
hub / github.com/apache/caldera / build_planner

Method build_planner

app/objects/c_planner.py:28–29  ·  view source on GitHub ↗
(self, data, **kwargs)

Source from the content-addressed store, hash-verified

26
27 @ma.post_load()
28 def build_planner(self, data, **kwargs):
29 return None if kwargs.get('partial') is True else Planner(**data)
30
31
32class Planner(FirstClassObjectInterface, BaseObject):

Callers

nothing calls this directly

Calls 1

PlannerClass · 0.85

Tested by

no test coverage detected