MCPcopy Create free account
hub / github.com/KLayout/klayout / shapes_to_s

Method shapes_to_s

testdata/python/dbLayoutTest.py:821–827  ·  view source on GitHub ↗
(self, ly, shapes)

Source from the content-addressed store, hash-verified

819 self.assertEqual( c2.child_instances(), 0 )
820
821 def shapes_to_s(self, ly, shapes):
822 r = ""
823 for s in shapes.each():
824 if r != "":
825 r += ";"
826 r += s.to_s()
827 return r
828
829 # Copy/move between cells
830 def test_7_cells_copy_move(self):

Callers 1

Calls 2

eachMethod · 0.80
to_sMethod · 0.45

Tested by

no test coverage detected