コード例 #1
0
ファイル: group.py プロジェクト: xuhang57/atmosphere
 def current_providers(self):
     return Provider.shared_with_group(self).filter(only_current(), active=True)
コード例 #2
0
ファイル: group.py プロジェクト: j143-zz/atmosphere
 def current_providers(self):
     return Provider.shared_with_group(self).filter(only_current(), active=True)