Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ write_result
Method
write_result
scripts/release_notes/commitlist.py:95–96 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
93
return
rows
94
95
def
write_result(self):
96
self.write_to_disk_static(self.path, self.commits)
97
98
@staticmethod
99
def
write_to_disk_static(path, commit_list):
Callers
4
create_new
Function · 0.80
update_existing
Function · 0.80
rerun_with_new_filters
Function · 0.80
update_commit
Method · 0.80
Calls
1
write_to_disk_static
Method · 0.95
Tested by
no test coverage detected