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

Method dump

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

Source from the content-addressed store, hash-verified

246 end
247
248 def dump(i)
249 i + "CPPId\n" +
250 i + " id: " + self.id.to_s +
251 i + " template_args:\n" + self.template_args.dump(i + " ")
252 end
253
254end
255

Callers

nothing calls this directly

Calls 3

to_sMethod · 0.45
idMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected