MCPcopy Index your code
hub / github.com/bugy/script-server / test_map_wait_close

Method test_map_wait_close

src/tests/observable_test.py:499–503  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

497 self._test_wait_close(observable, observable)
498
499 def test_map_wait_close(self):
500 observable = self.create_observable()
501 mapped_observable = observable.map(lambda chunk: chunk + '_x')
502
503 self._test_wait_close(observable, mapped_observable)
504
505 def test_time_buffer_wait_close(self):
506 observable = self.create_observable()

Callers

nothing calls this directly

Calls 3

create_observableMethod · 0.95
_test_wait_closeMethod · 0.95
mapMethod · 0.80

Tested by

no test coverage detected