ParticipantType
- class cforces.enums.ParticipantType(*values)
Bases:
Enum- CONTESTANT = 'CONTESTANT'
Contestants who are participating live in the contest.
- PRACTICE = 'PRACTICE'
Contestants who are participating in practice mode in the contest.
- VIRTUAL = 'VIRTUAL'
Contestants who are participating in virtual mode in the contest.
- MANAGER = 'MANAGER'
Managers of the contest.
- OUT_OF_COMPETITION = 'OUT_OF_COMPETITION'
Contestants who don’t meet the rating requirements for the contest.