MCPcopy
hub / github.com/bugy/script-server / map

Method map

src/react/observable.py:74–75  ·  view source on GitHub ↗
(self, map_function)

Source from the content-addressed store, hash-verified

72 return _TimeBufferedPipe(self, period_millis, aggregate_function)
73
74 def map(self, map_function):
75 return _MappedPipe(self, map_function)
76
77 def replay(self):
78 return _ReplayPipe(self)

Calls 1

_MappedPipeClass · 0.85