Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ EmptyError
Class
EmptyError
example_code/item_081.py:64–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
print(
"Example 2"
)
63
try
:
64
class
EmptyError(Exception):
65
pass
66
67
list_c = []
68
if
not list_c:
Callers
1
item_081.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected