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

Method add_done_callback

Lib/test/test_asyncio/test_tasks.py:2814–2816  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

2812 super().__init__(*args, **kwargs)
2813
2814 def add_done_callback(self, *args, **kwargs):
2815 self.calls['add_done_callback'] += 1
2816 return super().add_done_callback(*args, **kwargs)
2817
2818 class Task(CommonFuture, BaseTask):
2819 pass

Calls 1

superClass · 0.85

Tested by

no test coverage detected