Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
os
import
listdir, path
2
3
preconDecks = [ 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
split
Method · 0.80
replace
Method · 0.45
read
Method · 0.45
sort
Method · 0.45
Tested by
no test coverage detected