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