Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_obj
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
Calls
1
Int
Class · 0.85
Tested by
no test coverage detected