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

Function message

src/__init__.py:266–273  ·  view source on GitHub ↗

For user messages.

(text='')

Source from the content-addressed store, hash-verified

264
265
266def message(text=''):
267 '''
268 For user messages.
269 '''
270 # It looks like `print()` does nothing if sys.stdout is None (without
271 # raising an exception), but we don't rely on this.
272 if _g_out_message:
273 print(text, file=_g_out_message, flush=1)
274
275
276def exception_info():

Callers 15

_update_appearanceMethod · 0.70
set_borderMethod · 0.70
set_colorsMethod · 0.70
set_rectMethod · 0.70
debugMethod · 0.70
convert_to_pdfMethod · 0.70
delete_pagesMethod · 0.70
get_ocmdMethod · 0.70
insert_pdfMethod · 0.70
fill_dictMethod · 0.70
build_subsetMethod · 0.70
subset_fontsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…