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:225–228 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
223
end
224
225
def dump(i)
226
i +
"CPPTemplateArgs\n"
+
227
i +
" args:\n"
+ (self.args || []).collect { |a| a.dump(i +
" "
) }.join(
"\n"
)
228
end
229
230
end
231
Callers
nothing calls this directly
Calls
3
join
Method · 0.45
collect
Method · 0.45
dump
Method · 0.45
Tested by
no test coverage detected