MCPcopy Create free account
hub / github.com/Card-Forge/forge / missingPreconFiles.py

File missingPreconFiles.py

forge-gui/tools/missingPreconFiles.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from os import listdir, path
2
3preconDecks = [ f.lower().replace("'",'').replace(',', '').replace(' ', '_')[:-4] for f in listdir('../res/quest/precons') if f.endswith('.dck') ]
4

Callers

nothing calls this directly

Calls 4

splitMethod · 0.80
replaceMethod · 0.45
readMethod · 0.45
sortMethod · 0.45

Tested by

no test coverage detected