MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / append

Function append

src/__init__.py:22582–22585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22580 return
22581
22582 def append():
22583 #log(f'jm_append_merge(): clearing dev.pathdict')
22584 dev.out.append(dev.pathdict.copy())
22585 dev.pathdict.clear()
22586 assert isinstance(dev.out, list)
22587 len_ = len(dev.out) # len of output list so far
22588 #log('{len_=}')

Callers 1

jm_append_mergeFunction · 0.85

Calls 2

copyMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…