Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
logging.getLogger().setLevel(logging.WARNING)
72
73
def
my_function():
74
logging.debug(
"Some debug data"
)
75
logging.error(
"Error log here"
)
76
logging.debug(
"More debug data"
)
77
78
79
print(
"Example 4"
)
Callers
1
item_082.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected