MCPcopy
hub / github.com/dabeaz/python-cookbook / func

Function func

src/13/adding_logging_to_libraries/somelib.py:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7# Example function (for testing)
8def func():
9 log.critical("A Critical Error!")
10 log.debug("A debug message")

Callers 15

wrapperFunction · 0.50
testFunction · 0.50
lazyFunction · 0.50
example.pyFile · 0.50
wrapperFunction · 0.50
load_moduleMethod · 0.50
decorateFunction · 0.50
runMethod · 0.50
wrapperFunction · 0.50
wrapperFunction · 0.50
wrapperFunction · 0.50
wrapperFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected