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

Method dump

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

Source from the content-addressed store, hash-verified

360 end
361
362 def dump(i)
363 l = i + self.kind.to_s + ": " + self.id.to_s + "\n"
364 l += (self.base_classes || []).collect { |b| i + " < " + b.to_s + "\n" }.join("")
365 l += (self.body_decl || []).collect { |b| b.dump(i + " ") }.join("\n")
366 end
367
368end
369

Callers

nothing calls this directly

Calls 5

to_sMethod · 0.45
idMethod · 0.45
joinMethod · 0.45
collectMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected