Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ dump
Method
dump
scripts/mkqtdecl_common/cpp_classes.rb:248–252 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
246
end
247
248
def dump(i)
249
i +
"CPPId\n"
+
250
i +
" id: "
+ self.id.to_s +
251
i +
" template_args:\n"
+ self.template_args.dump(i +
" "
)
252
end
253
254
end
255
Callers
nothing calls this directly
Calls
3
to_s
Method · 0.45
id
Method · 0.45
dump
Method · 0.45
Tested by
no test coverage detected