Example #1
0
 def get_last_name(self):
     return format_and_split_name(self.name)[1]
Example #2
0
 def get_first_name(self):
     return format_and_split_name(self.name)[0]