hpcflow.sdk.core.object_list.index#
- hpcflow.sdk.core.object_list.index(obj_lst, obj)#
Get the index of the object in the list. The item is checked for by object identity, not equality.
- Parameters:
obj_lst (ObjectList[T]) –
obj (T) –
- Return type:
Site Navigation
Section Navigation
Get the index of the object in the list. The item is checked for by object identity, not equality.
obj_lst (ObjectList[T]) –
obj (T) –