class asyncio.Handle
A callback wrapper object returned by AbstractEventLoop.call_soon(), AbstractEventLoop.call_soon_threadsafe(), AbstractEventLoop.call_later(), and AbstractEventLoop.call_at().
-
cancel() -
Cancel the call. If the callback is already canceled or executed, this method has no effect.
Please login to continue.