Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoolProp/CoolProp
/ write_cache
Method
write_cache
dev/generate_headers.py:367–369 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
365
return
False,
""
366
367
def
write_cache(self):
368
with
self.cachefile.open(
'wb'
)
as
fp:
369
pickle.dump(dict(sorted_sources=sorted(self.sources)), fp)
370
371
def
combine_json(root_dir):
372
Callers
1
combine_json
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected