コード例 #1
0
ファイル: FetchData.py プロジェクト: PaulsRepo/thatha
def start_remote():
    import mathlan
    mathlan.execute([ "cd thesis && python FetchData.py %s &" % (i) for i in alphabet ])
コード例 #2
0
ファイル: FetchData.py プロジェクト: byteface/thatha
def start_remote():
    import mathlan
    mathlan.execute(
        ["cd thesis && python FetchData.py %s &" % (i) for i in alphabet])
コード例 #3
0
ファイル: FetchData.py プロジェクト: PaulsRepo/thatha
def stop_remote():
    import mathlan
    mathlan.execute([ "killall python" for i in alphabet ])
コード例 #4
0
ファイル: FetchData.py プロジェクト: byteface/thatha
def stop_remote():
    import mathlan
    mathlan.execute(["killall python" for i in alphabet])