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

Method dump

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

Source from the content-addressed store, hash-verified

223 end
224
225 def dump(i)
226 i + "CPPTemplateArgs\n" +
227 i + " args:\n" + (self.args || []).collect { |a| a.dump(i + " ") }.join("\n")
228 end
229
230end
231

Callers

nothing calls this directly

Calls 3

joinMethod · 0.45
collectMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected