We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f30b3 commit 16713bbCopy full SHA for 16713bb
2 files changed
Script Examples/ClashTest.nwd
233 KB
Script Examples/GetClashTest.py
@@ -1,4 +1,7 @@
1
testdata = docclash.TestsData
2
tests = testdata.Tests
3
for test in tests:
4
- print(test.DisplayName)
+ SavedItemCollection = test.Children
5
+ for saveitem in SavedItemCollection:
6
+ print(saveitem.DisplayName)
7
+ print(saveitem.Center)
0 commit comments