MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / add

Function add

setup.py:651–654  ·  view source on GitHub ↗
(flavour, from_, to_)

Source from the content-addressed store, hash-verified

649 #
650 ret = list()
651 def add(flavour, from_, to_):
652 assert flavour in 'pbd'
653 if flavour in PYMUPDF_SETUP_FLAVOUR:
654 ret.append((from_, to_))
655
656 to_dir = 'pymupdf/'
657 to_dir_d = f'{to_dir}/mupdf-devel'

Callers 1

buildFunction · 0.70

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected