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

Method write_contents

thirdparty/panelize.py:264–268  ·  view source on GitHub ↗
( self, writer )

Source from the content-addressed store, hash-verified

262 return self.value != None
263
264 def write_contents( self, writer ):
265 if self.value:
266 writer.write_text( "true" )
267 else:
268 writer.write_text( "false" )
269
270 def __str__( self ):
271 if self.value == None:

Callers

nothing calls this directly

Calls 1

write_textMethod · 0.80

Tested by

no test coverage detected