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

Class FromTo

conversions/length_conversion.py:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class FromTo(NamedTuple):
29 from_factor: float
30 to_factor: float
31
32
33TYPE_CONVERSION = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected