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

Method dump

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

Source from the content-addressed store, hash-verified

141 end
142
143 def dump(i)
144 i + "CPPReference\n" + i + " inner:\n" + self.inner.dump(i + " ")
145 end
146
147end
148

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected