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

Method write_contents

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

Source from the content-addressed store, hash-verified

635 factory.parse_error( "too many values for '%s'" % self.obj_name )
636
637 def write_contents( self, writer ):
638 if self.opt != None:
639 writer.write_text( self.opt )
640 self.write_objects( writer, (
641 "clearance",
642 ), False )
643
644
645class Zone( KicadFatObj ):

Callers

nothing calls this directly

Calls 2

write_textMethod · 0.80
write_objectsMethod · 0.80

Tested by

no test coverage detected