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_keystrString of the form ‘a.b.c’. Returns: list[str]List generated from string.