Exemple #1
0
def post2_getInfo(p):
    return infoSeekingClicks.gatherClicks(1, 3, p)
Exemple #2
0
def post2_moreInfo(p):
    return infoSeekingClicks.gatherClicks(2, 3, p)
Exemple #3
0
def pre2_getInfo(p):
    return infoSeekingClicks.gatherClicks(1, 2, p)
Exemple #4
0
def pre2_moreInfo(p):
    return infoSeekingClicks.gatherClicks(2, 2, p)
Exemple #5
0
def post2_moreInfo(p): return infoSeekingClicks.gatherClicks(2,3,p)
query_dbs.tagMongoPlayers(all,post2_getInfo)
Exemple #6
0
def post2_getInfo(p): return infoSeekingClicks.gatherClicks(1,3,p)
def post2_moreInfo(p): return infoSeekingClicks.gatherClicks(2,3,p)
Exemple #7
0
def pre2_getInfo(p): return infoSeekingClicks.gatherClicks(1,2,p)
def pre2_moreInfo(p): return infoSeekingClicks.gatherClicks(2,2,p)
Exemple #8
0
def post1_getInfo(p): return infoSeekingClicks.gatherClicks(1,1,p)
def post1_moreInfo(p): return infoSeekingClicks.gatherClicks(2,1,p)
Exemple #9
0
def pre1_getInfo(p): return infoSeekingClicks.gatherClicks(1,0,p)
def pre1_moreInfo(p): return infoSeekingClicks.gatherClicks(2,0,p)