Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ create_release_file
Function
create_release_file
Documentation/docs/vtk_documentation.py:229–231 ·
view source on GitHub ↗
(path, content)
Source
from the content-addressed store, hash-verified
227
228
229
def
create_release_file(path, content):
230
with
open(path,
"w"
)
as
file:
231
file.write(content)
232
233
234
# This is a template for historical versions which we do not have a release
Callers
1
create_release_index
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected