コード例 #1
0
def msgloop():
    global ipy
    while not ipy.returncode and not ltmain.stopped():
        for m in msgs():
            # mw(str(time.time())+'\n','a')
            # mw(str(m)+'\n\n','a')
            handleMsg(m)
        time.sleep(0.01)
コード例 #2
0
ファイル: ltipy.py プロジェクト: edwastone/Python
def msgloop():
    global ipy
    while not ipy.returncode and not ltmain.stopped():
        for m in msgs():
            handleMsg(m)
        time.sleep(0.01)
コード例 #3
0
ファイル: ltipy.py プロジェクト: SgtHotshot/Python
def msgloop():
  global ipy
  while not ipy.returncode and not ltmain.stopped():
    for m in msgs():
      handleMsg(m)
    time.sleep(0.01)