コード例 #1
0
ファイル: group.py プロジェクト: xuhang57/atmosphere
 def current_identities(self):
     return Identity.shared_with_group(self).filter(only_current_provider())
コード例 #2
0
ファイル: group.py プロジェクト: j143-zz/atmosphere
 def current_identities(self):
     return Identity.shared_with_group(self).filter(only_current_provider(), only_active_provider())