MCPcopy
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_objMethod · 0.45
tag_valueMethod · 0.45
is_setMethod · 0.45
is_setMethod · 0.45
write_contentsMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected