Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.event._TrackPointUTCTime Class Reference

Public Member Functions

None __call__ (self)
 
None async_attach (self)
 
None async_cancel (self)
 

Static Public Attributes

 None
 

Private Attributes

 _cancel_callback
 

Detailed Description

Definition at line 1491 of file event.py.

Member Function Documentation

◆ __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.

Member Data Documentation

◆ _cancel_callback

homeassistant.helpers.event._TrackPointUTCTime._cancel_callback
private

Definition at line 1501 of file event.py.

◆ None

homeassistant.helpers.event._TrackPointUTCTime.None
static

Definition at line 1496 of file event.py.


The documentation for this class was generated from the following file: