Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ RatingError
Class
RatingError
example_code/item_081.py:91–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
print(
"Example 5"
)
91
class
RatingError(Exception):
92
pass
93
94
class
Rating:
95
def
__init__(self, max_rating):
Callers
2
__init__
Method · 0.85
rate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected