hpcflow.sdk.core.utils.nth_key#

hpcflow.sdk.core.utils.nth_key(dct, n)#

Given a dict in some order, get the n’th key of that dict.

Parameters:
  • dct (Iterable[T]) –

  • n (int) –

Return type:

T