MCPcopy
hub / github.com/ArtifexSoftware/pdf2docx / _report_pair

Function _report_pair

pdf2docx/common/algorithm.py:180–183  ·  view source on GitHub ↗

add pair (i,j) to adjacent list.

(i:int, j:int, index_groups:list)

Source from the content-addressed store, hash-verified

178
179
180def _report_pair(i:int, j:int, index_groups:list):
181 '''add pair (i,j) to adjacent list.'''
182 index_groups[i].add(j)
183 index_groups[j].add(i)
184
185
186

Callers 1

_stabFunction · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…