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

Method _get_planning_module

app/objects/c_operation.py:440–443  ·  view source on GitHub ↗
(self, services)

Source from the content-addressed store, hash-verified

438 self.state = self.states['OUT_OF_TIME']
439
440 async def _get_planning_module(self, services):
441 planning_module = import_module(self.planner.module)
442 return planning_module.LogicalPlanner(self, services.get('planning_svc'), **self.planner.params,
443 stopping_conditions=self.planner.stopping_conditions)
444
445 async def _save_new_source(self, services):
446 def fact_to_dict(f):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected