Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ vfunc
Method
vfunc
testdata/python/basic.py:87–89 ·
view source on GitHub ↗
(self, cd)
Source
from the content-addressed store, hash-verified
85
self.x = None
86
self.xx = None
87
def
vfunc(self, cd):
88
self.x = cd.x()
89
self.xx = cd.xx()
90
91
class
Z_IMP1(pya.Z):
92
def
f(self, x):
Callers
nothing calls this directly
Calls
2
x
Method · 0.45
xx
Method · 0.45
Tested by
no test coverage detected