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

Function _make_prerequisites

pipcl.py:2904–2908  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

2902 if not doit:
2903 # See whether any prerequisites are newer than target.
2904 def _make_prerequisites(p):
2905 if isinstance( p, (list, tuple)):
2906 return list(p)
2907 else:
2908 return [p]
2909 prerequisites_all = list()
2910 for p in prerequisites:
2911 prerequisites_all += _make_prerequisites( p)

Callers 1

run_ifFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…