MCPcopy 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_newFunction · 0.80
update_existingFunction · 0.80
rerun_with_new_filtersFunction · 0.80
update_commitMethod · 0.80

Calls 1

write_to_disk_staticMethod · 0.95

Tested by

no test coverage detected