MCPcopy Create free account
hub / github.com/dcharatan/flowmap / ConversionFunction

Class ConversionFunction

flowmap/visualization/drawing/coordinate_conversion.py:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10@runtime_checkable
11class ConversionFunction(Protocol):
12 def __call__(
13 self,
14 xy: Float[Tensor, "*batch 2"],
15 ) -> Float[Tensor, "*batch 2"]:
16 pass
17
18
19def generate_conversions(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected