Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ dump_files
Method
dump_files
scripts/pyqrc.py:68–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
self.files.append(RCFile(path, alias))
67
68
def
dump_files(self):
69
for
f in self.files:
70
print(f.path)
71
72
def
write(self, file):
73
file.write(f
""
"
Callers
1
pyqrc.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected