moo.sdk.objects.owned_objects_by_pks

moo.sdk.objects.owned_objects_by_pks(pk_list)

Return a QuerySet of Objects with PKs in pk_list, ordered by name.

Used by continuation tasks (e.g. audit_batch) where the target player is not in scope but the remaining PK list was passed as args[0].

Parameters:

pk_list – list of integer Object PKs

Return type:

QuerySet