コード例 #1
0
ファイル: activities.py プロジェクト: TEAM-HRA/hra_suite
 def description_as_id(self):
     return replace_all(self.description, '_', ['-', ' ', ':', '/', ','])
コード例 #2
0
 def description_as_id(self):
     return replace_all(self.description, '_', ['-', ' ', ':', '/', ','])
コード例 #3
0
ファイル: activities.py プロジェクト: TEAM-HRA/hra_suite
 def date_and_time_as_id(self):
     return replace_all(self.date_and_time_as_string, '_', ['-', ' ', ':'])
コード例 #4
0
 def date_and_time_as_id(self):
     return replace_all(self.date_and_time_as_string, '_', ['-', ' ', ':'])