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

Method dump

scripts/mkqtdecl_common/cpp_classes.rb:124–126  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

122 end
123
124 def dump(i)
125 i + "CPPPointer\n" + i + " inner:\n" + self.inner.dump(i + " ")
126 end
127
128end
129

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected