MCPcopy
hub / github.com/celery/celery / import_module

Method import_module

celery/loaders/base.py:87–88  ·  view source on GitHub ↗
(self, module, package=None)

Source from the content-addressed store, hash-verified

85 return self.import_from_cwd(module)
86
87 def import_module(self, module, package=None):
88 return importlib.import_module(module, package=package)
89
90 def import_from_cwd(self, module, imp=None, package=None):
91 return import_from_cwd(

Callers 2

pydantic_wrapperFunction · 0.45
find_related_moduleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected