|
| Self | __aenter__ (self) |
| |
| bool|None | __aexit__ (self, type[BaseException]|None exc_type, BaseException|None exc_val, TracebackType|None exc_tb) |
| |
| Self | __enter__ (self) |
| |
| bool|None | __exit__ (self, type[BaseException]|None exc_type, BaseException|None exc_val, TracebackType|None exc_tb) |
| |
| None | __init__ (self, _ZoneTimeoutManager zone) |
| |
Context manager that freezes a zone timeout.
Definition at line 94 of file timeout.py.
◆ __init__()
Initialize internal timeout context manager.
Definition at line 97 of file timeout.py.
◆ __aenter__()
| Self homeassistant.util.timeout._ZoneFreezeContext.__aenter__ |
( |
|
self | ) |
|
◆ __aexit__()
| bool | None homeassistant.util.timeout._ZoneFreezeContext.__aexit__ |
( |
|
self, |
|
|
type[BaseException] | None |
exc_type, |
|
|
BaseException | None |
exc_val, |
|
|
TracebackType | None |
exc_tb |
|
) |
| |
◆ __enter__()
| Self homeassistant.util.timeout._ZoneFreezeContext.__enter__ |
( |
|
self | ) |
|
◆ __exit__()
| bool | None homeassistant.util.timeout._ZoneFreezeContext.__exit__ |
( |
|
self, |
|
|
type[BaseException] | None |
exc_type, |
|
|
BaseException | None |
exc_val, |
|
|
TracebackType | None |
exc_tb |
|
) |
| |
◆ _enter()
| None homeassistant.util.timeout._ZoneFreezeContext._enter |
( |
|
self | ) |
|
|
private |
◆ _exit()
| None homeassistant.util.timeout._ZoneFreezeContext._exit |
( |
|
self | ) |
|
|
private |
The documentation for this class was generated from the following file: