CollectionProgress

class trakt.objects.progress.collection.CollectionProgress(client, aired=None, completed=None)

Bases: trakt.objects.progress.show.ShowProgress

progress_type = 'collection'
to_dict()

Dump progress to a dictionary.

Returns:Progress dictionary
Return type:dict