示例#1
0
def score_with_sources():
    handin = Handin.objects().first()
    handin.users[0]
    return 50
示例#2
0
def score_with_relations():
    handin = Handin.objects().first()
    handin.users[0]
    return 50
示例#3
0
def score():
    handin = Handin.objects().first()
    handin.users[0]
    return 50