MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / getFileName

Function getFileName

dev/TTSE/TimeComp.py:125–127  ·  view source on GitHub ↗
(qualifiers=[])

Source from the content-addressed store, hash-verified

123
124
125def getFileName(qualifiers=[]):
126 fileName = path.join(getFolderName(), "-".join(qualifiers))
127 return fileName
128
129# Some file handling
130

Callers 2

loadNpzDataFunction · 0.85
saveNpzDataFunction · 0.85

Calls 1

getFolderNameFunction · 0.85

Tested by

no test coverage detected