예제 #1
0
파일: ipc.py 프로젝트: ccldaout/tpp
 def unpack(self, csock):
     msg = f(self, csock)
     tb.pr("UNPACK: %.2048s", msg)
     return msg
예제 #2
0
파일: ipc.py 프로젝트: ccldaout/tpp
 def pack(self, msg):
     tb.pr("  PACK: %.2048s", msg)
     return f(self, msg)