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

Method __init__

flowmap/frame_sampler/frame_sampler.py:20–21  ·  view source on GitHub ↗
(self, cfg: T)

Source from the content-addressed store, hash-verified

18 cfg: T
19
20 def __init__(self, cfg: T) -> None:
21 self.cfg = cfg
22
23 @abstractmethod
24 def sample(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected