コード例 #1
0
ファイル: mixins.py プロジェクト: heyox/taiga-back
 def get_watched(self, user_or_id):
     return services.get_watched(user_or_id, type(self))
コード例 #2
0
 def get_watched(self, user_or_id):
     return services.get_watched(user_or_id, type(self))