twisted.internet.asyncioreactor._DCHandle(object) class documentationtwisted.internet.asyncioreactor
(View In Hierarchy)
Wraps ephemeral asyncio.Handle instances. Callbacks can
close over this and use it as a mutable reference to asyncio
Handles.
| Instance Variable | handle | The current asyncio.Handle |
| Method | __init__ | Undocumented |
| Method | cancel | Cancel the inner asyncio.Handle. |