MCPcopy Create free account
hub / github.com/SegmentationBLWX/cssegmentation / get

Method get

csseg/modules/utils/modulebuilder.py:52–55  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

50 return module
51 '''get'''
52 def get(self, name):
53 assert name in self.REGISTERED_MODULES
54 module = self.REGISTERED_MODULES.get(name)
55 return module
56 '''items'''
57 def items(self):
58 return self.REGISTERED_MODULES.items()

Callers 8

genpackagesitemsFunction · 0.80
getmusahomeMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
forwardMethod · 0.80
updatelrMethod · 0.80
groupparamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected