Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
def
getFileName(qualifiers=[]):
126
fileName = path.join(getFolderName(),
"-"
.join(qualifiers))
127
return
fileName
128
129
# Some file handling
130
Callers
2
loadNpzData
Function · 0.85
saveNpzData
Function · 0.85
Calls
1
getFolderName
Function · 0.85
Tested by
no test coverage detected