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

Method write_contents

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

Source from the content-addressed store, hash-verified

299 return self.value != None
300
301 def write_contents( self, writer ):
302 if self.value:
303 writer.write_text( "yes" )
304 else:
305 writer.write_text( "no" )
306
307 def __str__( self ):
308 if self.value == None:

Callers

nothing calls this directly

Calls 1

write_textMethod · 0.80

Tested by

no test coverage detected