split_nested_key#

skysim.settings.split_nested_key(full_key)[source]#

Convert a string of the form ‘a.b.c’ into a list of the form [‘a’,’b’,’c’].

Parameters:
full_keystr

String of the form ‘a.b.c’.

Returns:
list[str]

List generated from string.