hpcflow.sdk.core.utils.nth_value# hpcflow.sdk.core.utils.nth_value(dct, n)# Given a dict in some order, get the n’th value of that dict. Parameters: dct (dict[Any, T]) – n (int) – Return type: T