1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/tests/components
Sean Dague 8d1999dc12 Enhance python_script to support "_getitem_" (#8541)
* Enhance python_script to support "_getitem_"

In order to use dict / list structures in python scripts we need
_getitem_ allowed in the RestrictedPython environment. There is a
default_guarded_getitem included with RestrictedPython, which is a
pass through used in the Eval code paths.

* Add tests for dict/list support in python_scripts

* Lint
2017-07-19 22:56:24 -07:00
..
2017-07-07 16:59:41 -07:00
2017-05-19 07:37:39 -07:00
2017-06-17 10:03:49 -07:00
2017-05-13 21:25:54 -07:00
2017-05-11 09:04:17 -07:00
2017-05-12 20:14:17 -07:00
2017-06-25 10:53:15 -07:00
2017-04-11 09:23:41 -07:00
2017-07-13 10:19:59 -07:00
2017-03-30 00:50:53 -07:00
2017-07-03 15:07:59 +02:00