示例#1
0
 def __str__(self):
     return xstr(self.pre_name) + ' ' + xstr(self.name) + ' ' + xstr(
         self.address_line_1)
示例#2
0
 def __str__(self):
     return xstr(self.prename) + ' ' + xstr(self.name) + ' ' + xstr(
         self.addressline1)
示例#3
0
 def __str__(self):
     return xstr(self.description) + ' ' + xstr(self.date_due)
示例#4
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.user.__str__())
示例#5
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.title.__str__())
示例#6
0
 def __str__(self):
     return xstr(self.phone)
示例#7
0
 def __str__(self):
     return xstr(self.email)
示例#8
0
 def __str__(self):
     return xstr(self.prename) + ' ' + xstr(self.name) + ' ' + xstr(self.addressline1)
示例#9
0
 def __str__(self):
     return xstr(self.name) + ' ' + xstr(self.prename)
示例#10
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.title.__str__())
示例#11
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.user.__str__())
示例#12
0
 def __str__(self):
     return xstr(self.email)
示例#13
0
 def __str__(self):
     return xstr(self.phone)
示例#14
0
 def __str__(self):
     return xstr(self.name) + ' ' + xstr(self.prename)