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

Method write_contents

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

Source from the content-addressed store, hash-verified

661 ) )
662
663 def write_contents( self, writer ):
664 self.write_objects( writer, (
665 "net",
666 "net_name",
667 "layer",
668 "tstamp",
669 True,
670 "hatch",
671 "connect_pads",
672 "min_thickness",
673 "fill",
674 "polygon",
675 ), False )
676 if self.keepout.is_set():
677 writer.newline()
678 self.write_objects( writer, ( "keepout", ), False)
679
680 def is_inside( self, area ):
681 for poly in self.polygons:

Callers

nothing calls this directly

Calls 3

write_objectsMethod · 0.80
newlineMethod · 0.80
is_setMethod · 0.45

Tested by

no test coverage detected