Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
class
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_str
Method · 0.95
Calls
1
current
Method · 0.45
Tested by
no test coverage detected