Example #1
0
 def description_as_id(self):
     return replace_all(self.description, '_', ['-', ' ', ':', '/', ','])
Example #2
0
 def description_as_id(self):
     return replace_all(self.description, '_', ['-', ' ', ':', '/', ','])
Example #3
0
 def date_and_time_as_id(self):
     return replace_all(self.date_and_time_as_string, '_', ['-', ' ', ':'])
Example #4
0
 def date_and_time_as_id(self):
     return replace_all(self.date_and_time_as_string, '_', ['-', ' ', ':'])