MCPcopy Index your code
hub / github.com/RustPython/RustPython / callback

Method callback

Lib/test/test_asyncio/test_events.py:2598–2599  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

2596
2597 def test_timer(self):
2598 def callback(*args):
2599 return args
2600
2601 args = (1, 2, 3)
2602 when = time.monotonic()

Callers 1

run_ptyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected