interpreter: Add get_keys function for configuration_data (#7887)
parent
06de675df2
commit
8351e85bbd
4 changed files with 16 additions and 0 deletions
@ -0,0 +1,4 @@ |
||||
## Get keys of configuration data object |
||||
|
||||
All keys of the `configuration_data` object can be obtained with the `keys()` |
||||
method as an alphabetically sorted array. |
Loading…
Reference in new issue