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

Method lnodes_str2

testdata/python/layLayers.py:56–60  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

54 return res
55
56 def lnodes_str2(self, v):
57 res = []
58 for c in v.each_layer():
59 res.append(c.source_(True))
60 return "\n".join(res)
61
62 def lnodes_str3(self, v, index):
63 res = []

Callers 1

test_3Method · 0.95

Calls 2

appendMethod · 0.45
joinMethod · 0.45

Tested by 1

test_3Method · 0.76