Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/krita
/ exportPath
Function
exportPath
plugins/python/batch_exporter/Utils/Export.py:8–9 ·
view source on GitHub ↗
(cfg, path, dirname, userDefined)
Source
from the content-addressed store, hash-verified
6
7
8
def
exportPath(cfg, path, dirname, userDefined):
9
return
dirname / (Path(path)
if
userDefined
else
(cfg[
"outDir"
] / Path(path)))
10
11
12
def
sanitize(cfg, path):
Callers
3
save
Method · 0.85
saveCOA
Method · 0.85
saveCOASpriteSheet
Method · 0.85
Calls
1
Path
Class · 0.85
Tested by
no test coverage detected