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

Method pop

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

Source from the content-addressed store, hash-verified

45 del self.REGISTERED_MODULES[name]
46 '''pop'''
47 def pop(self, name):
48 assert name in self.REGISTERED_MODULES
49 module = self.REGISTERED_MODULES.pop(name)
50 return module
51 '''get'''
52 def get(self, name):
53 assert name in self.REGISTERED_MODULES

Callers 15

buildMethod · 0.80
collectenvMethod · 0.80
trainMethod · 0.80
__init__Method · 0.80
__call__Method · 0.80
trainMethod · 0.80
__call__Method · 0.80
__call__Method · 0.80
trainMethod · 0.80
__init__Method · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected