Definition at line 1491 of file event.py.
◆ __call__()
| None homeassistant.helpers.event._TrackPointUTCTime.__call__ |
( |
|
self | ) |
|
Call the action.
We implement this as __call__ so when debug logging logs the object
it shows the name of the job. This is especially helpful when asyncio
debug logging is enabled as we can see the name of the job that is
being called that is blocking the event loop.
Definition at line 1506 of file event.py.
◆ async_attach()
| None homeassistant.helpers.event._TrackPointUTCTime.async_attach |
( |
|
self | ) |
|
Initialize track job.
Definition at line 1498 of file event.py.
◆ async_cancel()
| None homeassistant.helpers.event._TrackPointUTCTime.async_cancel |
( |
|
self | ) |
|
Cancel the call_at.
Definition at line 1528 of file event.py.
◆ _cancel_callback
| homeassistant.helpers.event._TrackPointUTCTime._cancel_callback |
|
private |
◆ None
| homeassistant.helpers.event._TrackPointUTCTime.None |
|
static |
The documentation for this class was generated from the following file: