MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / FromTo

Class FromTo

conversions/volume_conversions.py:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class FromTo(NamedTuple):
25 from_factor: float
26 to_factor: float
27
28
29METRIC_CONVERSION = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected