MCPcopy Create free account
hub / github.com/Jack-Cherish/python-spider / MarkCommentRow

Function MarkCommentRow

2020/bilibili/xml2ass.py:633–638  ·  view source on GitHub ↗
(rows, c, row)

Source from the content-addressed store, hash-verified

631
632
633def MarkCommentRow(rows, c, row):
634 try:
635 for i in range(row, row+math.ceil(c[7])):
636 rows[c[4]][i] = c
637 except IndexError:
638 pass
639
640
641def WriteASSHead(f, width, height, fontface, fontsize, alpha, styleid):

Callers 1

ProcessCommentsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected