MCPcopy 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
91class Z_IMP1(pya.Z):
92 def f(self, x):

Callers

nothing calls this directly

Calls 2

xMethod · 0.45
xxMethod · 0.45

Tested by

no test coverage detected