MCPcopy Index your code
hub / github.com/python/cpython / call_at

Method call_at

Lib/test/test_asyncio/utils.py:485–487  ·  view source on GitHub ↗
(self, when, callback, *args, context=None)

Source from the content-addressed store, hash-verified

483 self._timers = []
484
485 def call_at(self, when, callback, *args, context=None):
486 self._timers.append(when)
487 return super().call_at(when, callback, *args, context=context)
488
489 def _process_events(self, event_list):
490 return

Callers 4

test_closeMethod · 0.45
test_time_and_call_atMethod · 0.45
check_threadMethod · 0.45
test_call_coroutineMethod · 0.45

Calls 2

superClass · 0.85
appendMethod · 0.45

Tested by 4

test_closeMethod · 0.36
test_time_and_call_atMethod · 0.36
check_threadMethod · 0.36
test_call_coroutineMethod · 0.36