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

Class FromTo

conversions/pressure_conversions.py:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected