MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / InvalidDensityError

Class InvalidDensityError

example_code/item_121.py:70–71  ·  view source on GitHub ↗

There was a problem with a provided density value.

Source from the content-addressed store, hash-verified

68 """Base-class for all exceptions raised by this module."""
69
70class InvalidDensityError(Error):
71 """There was a problem with a provided density value."""
72
73class InvalidVolumeError(Error):
74 """There was a problem with the provided weight value."""

Callers 2

determine_weightFunction · 0.85
determine_weightMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected