예제 #1
0
def mathlog(a):return mathclog(a).real

cache = {}
예제 #2
0
파일: page.py 프로젝트: bigunagi/web_ctp
def mathlog(a):return mathclog(a).real

cache = {}
예제 #3
0
파일: page.py 프로젝트: keel1982/web_ctp
def mathlog(a):
    return mathclog(a).real
예제 #4
0
파일: base.py 프로젝트: Raxxor/web_ctp
def mathlog(a):return mathclog(a).real

def clear_old(db,days):
예제 #5
0
파일: base.py 프로젝트: keel1982/web_ctp
def mathlog(a):
    return mathclog(a).real
예제 #6
0
파일: base.py 프로젝트: keel1982/web_ctp
def mathlog(a):return mathclog(a).real

def clear_old(db,days):
예제 #7
0
def mathlog(a):return mathclog(a).real

context = zmq.Context()