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

Function mycenter

src/__main__.py:17–18  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

15from . import pymupdf
16
17def mycenter(x):
18 return (f" {x} ").center(75, "-")
19
20
21def recoverpix(doc, item):

Callers 4

showFunction · 0.85
mainFunction · 0.85
showFunction · 0.85
mainFunction · 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…