Event loop policy for Home Assistant.
Definition at line 59 of file runner.py.
◆ __init__()
| None homeassistant.runner.HassEventLoopPolicy.__init__ |
( |
|
self, |
|
|
bool |
debug |
|
) |
| |
Init the event loop policy.
Definition at line 62 of file runner.py.
◆ loop_name()
| str homeassistant.runner.HassEventLoopPolicy.loop_name |
( |
|
self | ) |
|
Return name of the loop.
Definition at line 68 of file runner.py.
◆ new_event_loop()
| asyncio.AbstractEventLoop homeassistant.runner.HassEventLoopPolicy.new_event_loop |
( |
|
self | ) |
|
Get the event loop.
Definition at line 72 of file runner.py.
◆ debug
| homeassistant.runner.HassEventLoopPolicy.debug |
The documentation for this class was generated from the following file: