MCPcopy 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
90print("Example 5")
91class RatingError(Exception):
92 pass
93
94class Rating:
95 def __init__(self, max_rating):

Callers 2

__init__Method · 0.85
rateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected