MCPcopy Create free account
hub / github.com/Image-Py/imagepy / getref

Method getref

imagepy/core/manager/pluginmanager.py:49–52  ·  view source on GitHub ↗
(cls, name)

Source from the content-addressed store, hash-verified

47
48 @classmethod
49 def getref(cls, name):
50 if not name in cls.insts: return None
51 if cls.insts[name] is None: return None
52 return cls.insts[name]()

Callers 5

okMethod · 0.80
startMethod · 0.80
okMethod · 0.80
okMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected