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

Method dump

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

Source from the content-addressed store, hash-verified

536 def_initializer :enum, :visibility
537
538 def dump(i)
539 i + "enum_decl [" + self.visibility.to_s + "]:\n" + self.enum.dump(i + " ")
540 end
541
542end
543

Callers

nothing calls this directly

Calls 3

to_sMethod · 0.45
visibilityMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected