Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scottbez1/splitflap
/ is_set
Method
is_set
thirdparty/panelize.py:182–183 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
180
return
Int( self.obj_name, self.value )
181
182
def
is_set( self ):
183
return
self.value != None
184
185
def
write_contents( self, writer ):
186
writer.write_int( self.value )
Callers
7
write_obj
Method · 0.45
tag_value
Method · 0.45
is_set
Method · 0.45
is_set
Method · 0.45
write_contents
Method · 0.45
write
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected