Beispiel #1
0
 def setId(self, id):
     """ set the ID for this condition """
     id = 'c' + id
     BaseMentionTemplate.setId(self, id)
Beispiel #2
0
 def setId(self, id):
     """ set the ID for this group """
     id = 'g' + id
     BaseMentionTemplate.setId(self, id)
 def setId(self, id):
   """ set the ID for this condition """
   id = 'c'+id
   BaseMentionTemplate.setId(self, id)
Beispiel #4
0
 def setId(self, id):
     """ set the ID for this group """
     id = "g" + id
     BaseMentionTemplate.setId(self, id)