コード例 #1
0
ファイル: connection.py プロジェクト: adajw/ConcurrenTree
	def send(self, msg):
		print "sending message:",msg
		self.ioqueue.client_push(strict(msg)+nullbyte)
コード例 #2
0
ファイル: __init__.py プロジェクト: adajw/ConcurrenTree
 def __str__(self):
     return hasher.strict(self.proto())