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

Function log

tests/test_memory.py:261–262  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

259 file_path = os.path.normpath(f'{__file__}/../../tests/resources/test_4751.pdf')
260
261 def log(text):
262 print(text, flush=1)
263
264 # We filter out all allocations where leaf-most frame is in tracemalloc
265 # itself, or in test_memory.py itself, because these are not relevant

Callers 1

_test_4751Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected