MCPcopy Create free account
hub / github.com/bab2min/tomotopy / __init__

Method __init__

examples/gdmr_plot.py:15–17  ·  view source on GitHub ↗
(self, scale)

Source from the content-addressed store, hash-verified

13
14class ExpNormalize(clr.Normalize):
15 def __init__(self, scale):
16 super().__init__()
17 self.scale = scale
18
19 def __call__(self, value, clip=None):
20 if clip is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected