oioioi.balloons.controllers

Module Contents

Classes

class oioioi.balloons.controllers.BalloonsDeliveryACMControllerMixin[source]

Bases: object

Creates a BalloonDelivery object for every submission that has been successfully judged, but only if it’s the first judged submission for that problem instance or a BalloonDelivery object was already created for that problem instance.

submission_judged(submission, rejudged=False)[source]
_create_balloon_delivery(submission)[source]