MCPcopy Create free account
hub / github.com/bugy/script-server / callback

Method callback

src/tests/observable_test.py:378–380  ·  view source on GitHub ↗
(value1, value2)

Source from the content-addressed store, hash-verified

376 actual_callback_arguments = []
377
378 def callback(value1, value2):
379 actual_callback_arguments.append(value1)
380 actual_callback_arguments.append(value2)
381
382 observable.subscribe_on_close(callback, 'x', 115)
383

Callers 1

on_nextMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected