Permission#

class PermissionHandler(application: grader_service.server.GraderServer, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)[source]#

Tornado Handler class for http requests to /permissions.

async get()[source]#

Finds the permissions of a user. :return permissions of the user

hub_api_base_path: str#