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

Method write_contents

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

Source from the content-addressed store, hash-verified

564 return len(self.values) > 0
565
566 def write_contents( self, writer ):
567 for value in self.values:
568 writer.write_text( value )
569
570class Keepout( KicadFatObj ):
571 def __init__( self, name ):

Callers

nothing calls this directly

Calls 1

write_textMethod · 0.80

Tested by

no test coverage detected