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

Method dump

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

Source from the content-addressed store, hash-verified

100 end
101
102 def dump(i)
103 i + "CPPFunc\n" + i + " inner:\n" + self.inner.dump(i + " ") + "\n" +
104 i + " cv: " + self.cv.to_s + "\n" +
105 i + " ref: " + self.ref.to_s + "\n" +
106 i + " args:\n" + (self.args || []).collect { |f| f.dump(i + " ") }.join("\n")
107 end
108
109end
110

Callers

nothing calls this directly

Calls 5

refMethod · 0.80
dumpMethod · 0.45
to_sMethod · 0.45
joinMethod · 0.45
collectMethod · 0.45

Tested by

no test coverage detected