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