MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / log

Function log

pipcl.py:2444–2445  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

2442 Omits os.environ if $PIPCL_SHOW_ENV is '0'.
2443 '''
2444 def log(text):
2445 log0(text, caller=3)
2446
2447 #log(f'{__file__=}')
2448 #log(f'{__name__=}')

Callers 15

_argv_cleanMethod · 0.70
show_systemFunction · 0.70
fs_find_in_pathsFunction · 0.70
swig_getFunction · 0.70
macos_add_brew_pathFunction · 0.70
addFunction · 0.70
venv_runFunction · 0.70
setup.pyFile · 0.70
_git_get_branchFunction · 0.70
tar_extractFunction · 0.70
git_infoFunction · 0.70
git_patchFunction · 0.70

Calls 2

log0Function · 0.85
_logFunction · 0.70

Tested by

no test coverage detected