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

Method lnode_str

testdata/python/layLayers.py:42–43  ·  view source on GitHub ↗
(self, space, l)

Source from the content-addressed store, hash-verified

40class LAYLayersTests(unittest.TestCase):
41
42 def lnode_str(self, space, l):
43 return space + l.current().source_(True) + "\n";
44
45 def lnodes_str(self, space, l):
46 res = ""

Callers 1

lnodes_strMethod · 0.95

Calls 1

currentMethod · 0.45

Tested by

no test coverage detected