예제 #1
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.title.__str__())
예제 #2
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.user.__str__())
예제 #3
0
 def __str__(self):
     return xstr(self.name) + ' ' + xstr(self.pre_name)
예제 #4
0
 def __str__(self):
     return xstr(self.phone)
예제 #5
0
 def __str__(self):
     return xstr(self.email)
예제 #6
0
 def __str__(self):
     return xstr(self.pre_name) + ' ' + xstr(self.name) + ' ' + xstr(
         self.address_line_1)
예제 #7
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.title.__str__())
예제 #8
0
 def __str__(self):
     return xstr(self.phone)
예제 #9
0
 def __str__(self):
     return xstr(self.prename) + ' ' + xstr(self.name) + ' ' + xstr(
         self.addressline1)
예제 #10
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.user.__str__())
예제 #11
0
 def __str__(self):
     return xstr(self.name) + ' ' + xstr(self.pre_name)
예제 #12
0
 def __str__(self):
     return xstr(self.email)
예제 #13
0
 def __str__(self):
     return xstr(self.prename) + ' ' + xstr(self.name) + ' ' + xstr(self.addressline1)
예제 #14
0
파일: contact.py 프로젝트: zaster/koalixcrm
 def __str__(self):
     return xstr(self.description) + ' ' + xstr(self.date_due)
예제 #15
0
 def __str__(self):
     return xstr(self.pre_name) + ' ' + xstr(self.name) + ' ' + xstr(self.address_line_1)
예제 #16
0
 def __str__(self):
     return xstr(self.description) + ' ' + xstr(self.date_due)