コード例 #1
0
ファイル: summaryblocks.py プロジェクト: HackLinux/chandler
 def getCompareTuple(self, uuid):
     commState = CommunicationStatus.getItemCommState(uuid, self.itsView)
     return (commState,)
コード例 #2
0
 def getCompareTuple(self, uuid):
     commState = CommunicationStatus.getItemCommState(uuid, self.itsView)
     return (commState, )