MCPcopy Create free account
hub / github.com/apache/tvm / pr_title

Function pr_title

tests/scripts/release/make_notes.py:215–223  ·  view source on GitHub ↗
(number, heading)

Source from the content-addressed store, hash-verified

213
214 # 4. Generate markdown by loop categorized csv file dict
215 def pr_title(number, heading):
216 # print(f"number:{number}, heading:{heading}, len(pr_dict):{len(pr_dict)}")
217 try:
218 title = pr_dict[int(number)]["title"]
219 title = strip_header(title, heading)
220 except Exception:
221 sprint("The out.pkl file is not match with csv file.")
222 exit(1)
223 return title
224
225 output = ""
226 for key in keys:

Callers 1

make_notes.pyFile · 0.85

Calls 2

strip_headerFunction · 0.85
sprintFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…