onlinejudge.service.yukicoder module¶
the module for yukicoder (https://yukicoder.me/)
- note
There is the official API https://petstore.swagger.io/?url=https://yukicoder.me/api/swagger.yaml
-
class
onlinejudge.service.yukicoder.YukicoderProblem(*, problem_no=None, problem_id=None)[source]¶ Bases:
onlinejudge.type.Problem
-
class
onlinejudge.service.yukicoder.YukicoderService[source]¶ Bases:
onlinejudge.type.Service-
get_problems(*, page, comp_problem=True, other=False, sort=None, session=None)[source]¶ Deprecated since version 6.0.0: This method may be deleted in future.
-
get_solved(*args, **kwargs)[source]¶ Deprecated since version 6.0.0: This method may be deleted in future.
-
get_submissions(*, page, status=None, session=None)[source]¶ Deprecated since version 6.0.0: This method may be deleted in future.
-
get_user(*args, **kwargs)[source]¶ Deprecated since version 6.0.0: This method may be deleted in future.
-
get_user_favorite(id, *, session=None)[source]¶ Deprecated since version 6.0.0: This method may be deleted in future.
-
get_user_favorite_problem(id, session=None)[source]¶ Deprecated since version 6.0.0: This method may be deleted in future.
-