MCPcopy
hub / github.com/scottbez1/splitflap / clone

Method clone

thirdparty/panelize.py:179–180  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

177 self.value = int(value)
178
179 def clone( self ):
180 return Int( self.obj_name, self.value )
181
182 def is_set( self ):
183 return self.value != None

Callers 15

clone_objMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45

Calls 1

IntClass · 0.85

Tested by

no test coverage detected