Wrap a tuple.
Definition at line 308 of file template.py.
◆ __init__()
| None homeassistant.helpers.template.TupleWrapper.__init__ |
( |
|
self, |
|
|
tuple |
value, |
|
|
*str | None |
render_result = None |
|
) |
| |
Initialize a new tuple class.
Definition at line 319 of file template.py.
◆ __new__()
| Self homeassistant.helpers.template.TupleWrapper.__new__ |
( |
|
cls, |
|
|
tuple |
value, |
|
|
*str | None |
render_result = None |
|
) |
| |
◆ __str__()
| str homeassistant.helpers.template.TupleWrapper.__str__ |
( |
|
self | ) |
|
Return string representation.
Definition at line 323 of file template.py.
◆ __slots__
| tuple homeassistant.helpers.template.TupleWrapper.__slots__ = () |
|
staticprivate |
◆ render_result
| homeassistant.helpers.template.TupleWrapper.render_result |
The documentation for this class was generated from the following file: