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

Method _load_module

app/objects/secondclass/c_link.py:258–260  ·  view source on GitHub ↗
(module_type, module_info)

Source from the content-addressed store, hash-verified

256
257 @staticmethod
258 async def _load_module(module_type, module_info):
259 module = import_module(module_info['module'])
260 return getattr(module, module_type)(module_info)
261
262 async def create_relationships(self, relationships, operation):
263 for relationship in relationships:

Callers 1

_parse_link_resultMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected