Home Assistant Unofficial Reference 2024.12.1
homeassistant.util.yaml.loader._LoaderMixin Class Reference
Inheritance diagram for homeassistant.util.yaml.loader._LoaderMixin:
[legend]

Public Member Functions

str get_name (self)
 
str get_stream_name (self)
 

Detailed Description

Mixin class with extensions for YAML loader.

Definition at line 110 of file loader.py.

Member Function Documentation

◆ get_name()

str homeassistant.util.yaml.loader._LoaderMixin.get_name (   self)
Get the name of the loader.

Definition at line 117 of file loader.py.

◆ get_stream_name()

str homeassistant.util.yaml.loader._LoaderMixin.get_stream_name (   self)
Get the name of the stream.

Definition at line 122 of file loader.py.


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