Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ MyError
Class
MyError
example_code/item_047.py:52–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
print(
"Example 1"
)
51
try
:
52
class
MyError(Exception):
53
pass
54
55
def
my_generator():
56
yield
1
Callers
1
item_047.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected