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

Method lnodes_str3

testdata/python/layLayers.py:62–66  ·  view source on GitHub ↗
(self, v, index)

Source from the content-addressed store, hash-verified

60 return "\n".join(res)
61
62 def lnodes_str3(self, v, index):
63 res = []
64 for c in v.each_layer(index):
65 res.append(c.source_(True))
66 return "\n".join(res)
67
68 def test_1(self):
69

Callers 1

test_3Method · 0.95

Calls 2

appendMethod · 0.45
joinMethod · 0.45

Tested by 1

test_3Method · 0.76