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

Method to_s

scripts/mkqtdecl_common/cpp_classes.rb:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 def_initializer :cv, :inner
179
180 def to_s
181 (self.cv ? (self.cv.to_s + " ") : "") + self.inner.to_s
182 end
183
184 def dump(i)
185 i + "CPPCV\n" +

Callers 15

extract_doc.rbFile · 0.45
nameMethod · 0.45
is_void?Method · 0.45
myselfMethod · 0.45
myselfMethod · 0.45
myself_weakMethod · 0.45
myselfMethod · 0.45
myselfMethod · 0.45
to_sMethod · 0.45
to_sMethod · 0.45
dumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected