Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.frame.IntegrationFrame Class Reference

Public Member Functions

str filename (self)
 
str line (self)
 
int line_number (self)
 

Detailed Description

Integration frame container.

Definition at line 33 of file frame.py.

Member Function Documentation

◆ filename()

str homeassistant.helpers.frame.IntegrationFrame.filename (   self)
Return the filename of the frame.

Definition at line 48 of file frame.py.

◆ line()

str homeassistant.helpers.frame.IntegrationFrame.line (   self)
Return the line of the frame.

Definition at line 53 of file frame.py.

◆ line_number()

int homeassistant.helpers.frame.IntegrationFrame.line_number (   self)
Return the line number of the frame.

Definition at line 43 of file frame.py.


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