예제 #1
0
파일: protocol.py 프로젝트: svn2github/Xpra
 def rencode(self, data):
     return  rencode_dumps(data), Protocol.FLAGS_RENCODE
예제 #2
0
 def rencode(self, data):
     return rencode_dumps(data), Protocol.FLAGS_RENCODE
예제 #3
0
파일: protocol.py 프로젝트: svn2github/Xpra
 def rencode(self, data):
     return  rencode_dumps(data), 1
예제 #4
0
 def rencode(self, data):
     return rencode_dumps(data), 1