Home Assistant Unofficial Reference 2024.12.1
loop.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.util.loop
 

Functions

str homeassistant.util.loop._dev_help_message (str what)
 
str homeassistant.util.loop._get_line_from_cache (str filename, int lineno)
 
Callable[_P, _R] homeassistant.util.loop._R (Callable[_P, _R] func, int loop_thread_id, bool strict=True, bool strict_core=True, Callable[[dict[str, Any]], bool]|None check_allowed=None)
 
None homeassistant.util.loop.raise_for_blocking_call (Callable[..., Any] func, Callable[[dict[str, Any]], bool]|None check_allowed=None, bool strict=True, bool strict_core=True, **Any mapped_args)
 

Variables

 homeassistant.util.loop._LOGGER = logging.getLogger(__name__)