MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / my_function

Function my_function

example_code/item_082.py:73–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71logging.getLogger().setLevel(logging.WARNING)
72
73def my_function():
74 logging.debug("Some debug data")
75 logging.error("Error log here")
76 logging.debug("More debug data")
77
78
79print("Example 4")

Callers 1

item_082.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected